|
@@ -153,6 +153,10 @@ public class ApplicationCLI extends YarnCLI {
|
|
appReportStr.println(appReport.getFinalApplicationStatus());
|
|
appReportStr.println(appReport.getFinalApplicationStatus());
|
|
appReportStr.print("\tTracking-URL : ");
|
|
appReportStr.print("\tTracking-URL : ");
|
|
appReportStr.println(appReport.getOriginalTrackingUrl());
|
|
appReportStr.println(appReport.getOriginalTrackingUrl());
|
|
|
|
+ appReportStr.print("\tRPC Port : ");
|
|
|
|
+ appReportStr.println(appReport.getRpcPort());
|
|
|
|
+ appReportStr.print("\tAM Host : ");
|
|
|
|
+ appReportStr.println(appReport.getHost());
|
|
appReportStr.print("\tDiagnostics : ");
|
|
appReportStr.print("\tDiagnostics : ");
|
|
appReportStr.print(appReport.getDiagnostics());
|
|
appReportStr.print(appReport.getDiagnostics());
|
|
} else {
|
|
} else {
|