Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.7.1
Description
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)
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