- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Simple Select slow query in Hive
- Labels:
-
Apache Ambari
-
Apache Hadoop
-
Apache Hive
Created ‎09-30-2022 03:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created on
‎10-03-2022
05:42 AM
- last edited on
‎10-04-2022
12:40 PM
by
DianaTorres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Node manager is not running, so you can not instantiate the YARN container to run your query.
Created on
‎10-03-2022
05:42 AM
- last edited on
‎10-04-2022
12:40 PM
by
DianaTorres
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Node manager is not running, so you can not instantiate the YARN container to run your query.
