Created 10-01-2016 03:34 AM
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
please check RM queues setup correctly, seems there is no default queue configured
Created 10-01-2016 03:38 AM
please check RM queues setup correctly, seems there is no default queue configured
Created 10-01-2016 02:25 PM
Thanks both and i am able to proceed to next step.
Created 10-01-2016 10:34 AM
@Rajkumar Singh It looks like you are trying to submit the job to default queue which is unknown. Have you changed Yarn queues configuration?