[ 
https://issues.apache.org/jira/browse/HIVE-24059?focusedWorklogId=476430&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-476430
 ]

ASF GitHub Bot logged work on HIVE-24059:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 31/Aug/20 08:33
            Start Date: 31/Aug/20 08:33
    Worklog Time Spent: 10m 
      Work Description: ShubhamChaurasia commented on a change in pull request 
#1418:
URL: https://github.com/apache/hive/pull/1418#discussion_r479979149



##########
File path: 
llap-server/src/java/org/apache/hadoop/hive/llap/daemon/impl/LlapDaemon.java
##########
@@ -474,6 +478,10 @@ public void serviceStart() throws Exception {
       getConfig().setInt(ConfVars.LLAP_DAEMON_WEB_PORT.varname, 
webServices.getPort());
     }
     getConfig().setInt(ConfVars.LLAP_DAEMON_OUTPUT_SERVICE_PORT.varname, 
LlapOutputFormatService.get().getPort());
+    if (LlapUtil.isCloudDeployment()) {
+      getConfig().setInt(ConfVars.LLAP_EXTERNAL_CLIENT_CLOUD_RPC_PORT.varname,

Review comment:
       done




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 476430)
    Time Spent: 1h  (was: 50m)

> Llap external client - Initial changes for running in cloud environment
> -----------------------------------------------------------------------
>
>                 Key: HIVE-24059
>                 URL: https://issues.apache.org/jira/browse/HIVE-24059
>             Project: Hive
>          Issue Type: Sub-task
>          Components: llap
>            Reporter: Shubham Chaurasia
>            Assignee: Shubham Chaurasia
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Please see problem description in 
> https://issues.apache.org/jira/browse/HIVE-24058
> Initial changes include - 
> 1. Moving LLAP discovery logic from client side to server (HS2 / get_splits) 
> side.
> 2. Opening additional RPC port in LLAP Daemon.
> 3. JWT Based authentication on this port.
> cc [~prasanth_j] [~jdere] [~anishek] [~thejas]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to