I am trying to connect to AWS EMR Single node instance with Hadoop/Hive running.
Connection works and I am even able to see hive tables. Strange thing though When I click on any tables to say query them it just keeps on running. The table nevertheless is very small, hardly a couple of rows.
Strangely there is nothing in the logs no errors nothing.
If you can login to the Hive meta store using hive shell or beeline from the Dremio coordinator and see if you can select the table, that would be a good validation point
Dremio is trying to read data that is stored on hdfs, so I assume that in your case it is connecting to wrong ip/hostname, is it correct?
Try to specify correct namenode(fs.defaultFS) in Advanced Options - it is on the left hand side on your screenshot