You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Oliver Draese (JIRA)" <ji...@apache.org> on 2019/02/05 22:30:00 UTC

[jira] [Created] (HIVE-21221) Make HS2 and LLAP consistent - Bring up LLAP WebUI in test mode if WebUI port is configured

Oliver Draese created HIVE-21221:
------------------------------------

             Summary: Make HS2 and LLAP consistent - Bring up LLAP WebUI in test mode if WebUI port is configured
                 Key: HIVE-21221
                 URL: https://issues.apache.org/jira/browse/HIVE-21221
             Project: Hive
          Issue Type: Improvement
          Components: llap
            Reporter: Oliver Draese
            Assignee: Oliver Draese


When HiveServer2 comes up, it skips the start of the WebUI if
1) hive.in.test is set to true
AND
2) the WebUI port is not specified or default (hive.server2.webui.port)
 
Right now, on LLAP daemon start, it is only checked if hive is in test (condition 1) above.
 
The LLAP Daemon start up code (to skip WebUI creation) should be consistent with HS2, therefore if a port is specified (other than the default), the WebUI should also be started in test mode.



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