Generated by
JDiff

Interface org.apache.hadoop.mapred.RunningJob

Removed Methods
void killTask(String, boolean) Kill indicated task attempt.
 

Added Methods
JobID getID() Get the job identifier.
void killTask(TaskAttemptID, boolean) Kill indicated task attempt.
void killTask(String, boolean) @deprecated Applications should rather use .killTask(TaskAttemptID, boolean)
 

Changed Methods
String getJobID() Now deprecated.
This method is deprecated and will be removed.