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

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

    [ https://issues.apache.org/jira/browse/AMBARI-24452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16575635#comment-16575635 ] 

Hudson commented on AMBARI-24452:
---------------------------------

SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9784 (See [https://builds.apache.org/job/Ambari-trunk-Commit/9784/])
[AMBARI-24452] [UI Deploy] LLAP queue is not created/set in YARN conf… (github: [https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=40aac8240bb516cf1048afd0642e1e7d6dc2027f])
* (edit) ambari-web/app/mixins/common/configs/config_recommendation_parser.js


> [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: 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)