Hello,
I have setup the Hadoop cluster on single server ( on my laptop). I have uploaded the simple text file data into Hive.
I am running the select query :
Select * from ratings;
but this simple query is not giving me any result even after 10 minutes.
All services of Hive are running.
Status of Ambari :
![Ambari_status_q.PNG Ambari_status_q.PNG](https://community.cloudera.com/t5/image/serverpage/image-id/35796iAD32913B5A80418F/image-size/large?v=v2&px=999)
my query :
![Learner_1122_0-1664534696378.png Learner_1122_0-1664534696378.png](https://community.cloudera.com/t5/image/serverpage/image-id/35797iA7D88DD66210A192/image-size/medium?v=v2&px=400)
What should I do ?
Thanks