abstractdog commented on code in PR #356:
URL: https://github.com/apache/tez/pull/356#discussion_r1615656673


##########
tez-dag/src/main/java/org/apache/tez/client/LocalClient.java:
##########
@@ -204,6 +206,9 @@ public ApplicationReport getApplicationReport(ApplicationId 
appId) {
     report.setProgress(dagAppMaster.getProgress());
     report.setAMRMToken(null);
 
+    this.amHost = dagAppMaster.getAppNMHost();
+    this.amPort = dagAppMaster.getRpcPort();

Review Comment:
   getRpcPort is the actual RPC port of the Tez AM itself, to which the 
dagClient connects and what's actually targeted here
   nmPort/nmHttpPort are the ports of the corresponding NodeManager and might 
be used for exposing container logs (nmHttpPort)
   



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to