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 :
my query :
What should I do ?
Thanks