ShubhamChaurasia commented on a change in pull request #1418:
URL: https://github.com/apache/hive/pull/1418#discussion_r479978966
##########
File path:
llap-ext-client/src/java/org/apache/hadoop/hive/llap/LlapBaseInputFormat.java
##########
@@ -157,12 +153,12 @@ public LlapBaseInputFormat() {
HiveConf.setVar(job, HiveConf.ConfVars.LLAP_ZK_REGISTRY_USER,
llapSplit.getLlapUser());
SubmitWorkInfo submitWorkInfo =
SubmitWorkInfo.fromBytes(llapSplit.getPlanBytes());
- LlapServiceInstance serviceInstance = getServiceInstance(job, llapSplit);
- String host = serviceInstance.getHost();
- int llapSubmitPort = serviceInstance.getRpcPort();
+ final LlapDaemonInfo llapDaemonInfo = llapSplit.getLlapDaemonInfos()[0];
Review comment:
no, it does not as of now. Same has been validated in get_splits. Added
a comment about it in new patch.
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]