public class ParsedTaskAttempt extends LoggedTaskAttempt
LoggedTaskAttempt
. This provides
also the extra information about the task attempt obtained from
job history which is not written to the JSON trace file.LoggedTaskAttempt.SplitVectorKind
Modifier and Type | Method and Description |
---|---|
void |
incorporateCounters(JhCounters counters)
incorporate event counters
|
Map<String,Long> |
obtainCounters() |
String |
obtainDiagnosticInfo() |
Integer |
obtainHttpPort() |
Integer |
obtainShufflePort() |
String |
obtainTrackerName() |
void |
putCounters(Map<String,Long> counters)
Set the task attempt counters
|
void |
putDiagnosticInfo(String msg)
Set the task attempt diagnostic-info
|
allSplitVectors, deepCompare, getAttemptID, getClockSplits, getCombineInputRecords, getCpuUsages, getFileBytesRead, getFileBytesWritten, getFinishTime, getHdfsBytesRead, getHdfsBytesWritten, getHostName, getLocation, getMapInputBytes, getMapInputRecords, getMapOutputBytes, getMapOutputRecords, getPhysMemKbytes, getReduceInputGroups, getReduceInputRecords, getReduceOutputRecords, getReduceShuffleBytes, getResourceUsageMetrics, getResult, getShuffleFinished, getSortFinished, getSpilledRecords, getStartTime, getVMemKbytes, setUnknownAttribute
public void incorporateCounters(JhCounters counters)
incorporateCounters
in class LoggedTaskAttempt
public void putDiagnosticInfo(String msg)
public String obtainDiagnosticInfo()
public String obtainTrackerName()
public Integer obtainHttpPort()
public Integer obtainShufflePort()
Copyright © 2013 Apache Software Foundation. All rights reserved.