[
https://issues.apache.org/jira/browse/AMBARI-24452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jayush Luniya resolved AMBARI-24452.
------------------------------------
Resolution: Fixed
> [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
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.7.1
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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)