You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Ishan Bhatt (JIRA)" <ji...@apache.org> on 2018/08/09 22:10:00 UTC

[jira] [Created] (AMBARI-24452) [UI Deploy] LLAP queue is not created/set in YARN configs while enabling HSI

Ishan Bhatt created AMBARI-24452:
------------------------------------

             Summary: [UI Deploy] LLAP queue is not created/set in YARN configs while enabling HSI
                 Key: AMBARI-24452
                 URL: https://issues.apache.org/jira/browse/AMBARI-24452
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.7.1
            Reporter: Ishan Bhatt
            Assignee: Ishan Bhatt
             Fix For: 2.7.1


In a cluster installed via UI deploy:

HSI was enabled as part of UI install wizard, but in the YARN configs, the 'llap' queue is not added leading to deploy failures. (Hive Server Interactive did not start)
{code:java}
Failed: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1532935384747_0002 to YARN : Application application_1532935384747_0002 submitted by user hive to unknown queue: llap
java.lang.RuntimeException: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1532935384747_0002 to YARN : Application application_1532935384747_0002 submitted by user hive to unknown queue: llap
	at org.apache.hadoop.hive.llap.cli.LlapSliderUtils.startCluster(LlapSliderUtils.java:154)
	at org.apache.hadoop.hive.llap.cli.LlapServiceDriver.run(LlapServiceDriver.java:602)
	at org.apache.hadoop.hive.llap.cli.LlapServiceDriver.main(LlapServiceDriver.java:120)
Caused by: org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1532935384747_0002 to YARN : Application application_1532935384747_0002 submitted by user hive to unknown queue: llap
	at org.apache.hadoop.yarn.client.api.impl.YarnClientImpl.submitApplication(YarnClientImpl.java:304)
	at org.apache.hadoop.yarn.service.client.ServiceClient.submitApp(ServiceClient.java:837)
	at org.apache.hadoop.yarn.service.client.ServiceClient.actionCreate(ServiceClient.java:365)
	at org.apache.hadoop.yarn.service.client.ServiceClient.actionLaunch(ServiceClient.java:351)
	at org.apache.hadoop.hive.llap.cli.LlapSliderUtils.startCluster(LlapSliderUtils.java:149)
	... 2 more

{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)