Generated by
JDiff

Class org.apache.hadoop.mapred.JobHistory.Task

Removed Methods
void logFinished(String, String, String, long, Counters)  
void logStarted(String, String, String, long)  
 

Changed Methods
void logFailed(TaskID, String, long, String, TaskAttemptID) Change in signature from (String, String, String, long, String) to (TaskID, String, long, String, TaskAttemptID).
@param failedDueToAttempt The attempt that caused the failure, if any