Generated by
JDiff

Class org.apache.hadoop.mapred.TaskTracker

Removed Methods
void done(String, boolean)  
void done(TaskAttemptID, boolean) The task is done.
void fsError(String, String)  
TaskCompletionEvent[] getMapCompletionEvents(String, int, int)  
TaskCompletionEvent[] getMapCompletionEvents(JobID, int, int)  
Task getTask(String)  
Task getTask(TaskAttemptID) Called upon startup by the child process, to fetch Task data.
TaskTrackerMetrics getTaskTrackerMetrics()  
void mapOutputLost(String, String)  
boolean ping(String)  
void reportDiagnosticInfo(String, String)  
void shuffleError(String, String)  
boolean statusUpdate(String, TaskStatus)  
 

Added Methods
boolean canCommit(TaskAttemptID) Child checking whether it can commit
void commitPending(TaskAttemptID, TaskStatus) Task is reporting that it is in commit_pending and it is waiting for the commit Response
void done(TaskAttemptID) The task is done.
Class<TaskTrackerInstrumentation> getInstrumentationClass(Configuration)  
JvmManager getJvmManagerInstance()  
MapTaskCompletionEventsUpdate getMapCompletionEvents(JobID, int, int, TaskAttemptID)  
JvmTask getTask(JVMId) Called upon startup by the child process, to fetch Task data.
TaskMemoryManagerThread getTaskMemoryManager()  
TaskTrackerInstrumentation getTaskTrackerInstrumentation()  
boolean isTaskMemoryManagerEnabled() Is the TaskMemoryManager Enabled on this system?
void reportNextRecordRange(TaskAttemptID, Range)  
void setInstrumentationClass(Configuration, Class<TaskTrackerInstrumentation>)  
 

Added Fields
Log ClientTraceLog  
String MR_CLIENTTRACE_FORMAT