|
@@ -1242,7 +1242,7 @@ public abstract class TaskAttemptImpl implements
|
|
state.toString(),
|
|
state.toString(),
|
|
this.reportedStatus.shuffleFinishTime,
|
|
this.reportedStatus.shuffleFinishTime,
|
|
this.reportedStatus.sortFinishTime,
|
|
this.reportedStatus.sortFinishTime,
|
|
- finishTime, this.containerMgrAddress == null ? "UNKNOWN" : this.containerMgrAddress,
|
|
|
|
|
|
+ finishTime, this.nodeHostName == null ? "UNKNOWN" : this.nodeHostName,
|
|
this.reportedStatus.stateString,
|
|
this.reportedStatus.stateString,
|
|
TypeConverter.fromYarn(getCounters()),
|
|
TypeConverter.fromYarn(getCounters()),
|
|
getProgressSplitBlock().burst());
|
|
getProgressSplitBlock().burst());
|