abstractdog commented on code in PR #356:
URL: https://github.com/apache/tez/pull/356#discussion_r1615644419
##########
tez-api/src/main/java/org/apache/tez/client/TezClient.java:
##########
@@ -1286,4 +1286,12 @@ public static ApplicationId appIdfromString(String
appIdStr) {
+ appIdStr, n);
}
}
+
+ public String getAmHost() {
+ return frameworkClient.getAmHost();
+ }
+
+ public int getAmPort() {
+ return frameworkClient.getAmPort();
+ }
Review Comment:
right, I'll make this change
a returned null value can mean that frameworkClient is not initialized at
all, or initialized but hasn't connected to the AM, from the client's point of
view, those are the same
--
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]