- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hive CLI not able to start in HDP sanbox
- Labels:
-
Apache Hive
Created 10-01-2016 03:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I got below error while start Hive CLI under root. FYI, Hive seems work fine under Ambari, in which i can run sql command.
Thanks.
[root@sandbox aniu]# hive cli WARNING: Use "yarn jar" to launch YARN applications. Logging initialized using configuration in file:/etc/hive/2.4.0.0-169/0/hive-log4j.properties Exception in thread "main" java.lang.RuntimeException: org.apache.tez.dag.api.TezException: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1475289177250_0006 to YARN : Application application_1475289177250_0006 submitted by user root to unknown queue: default
Created 10-01-2016 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please check RM queues setup correctly, seems there is no default queue configured
Created 10-01-2016 03:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please check RM queues setup correctly, seems there is no default queue configured
Created 10-01-2016 02:25 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks both and i am able to proceed to next step.
Created 10-01-2016 10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Rajkumar Singh It looks like you are trying to submit the job to default queue which is unknown. Have you changed Yarn queues configuration?