| Added Methods |
void abortJob(JobContext, int)
|
For cleaning up the job's output after job failure. |
void abortJob(JobContext, State)
|
This method implements the new interface by calling the old method. |
void abortTask(TaskAttemptContext)
|
This method implements the new interface by calling the old method. |
void cleanupJob(JobContext)
|
This method implements the new interface by calling the old method. |
void commitJob(JobContext)
|
For committing job's output after successful job completion. |
void commitJob(JobContext)
|
This method implements the new interface by calling the old method. |
void commitTask(TaskAttemptContext)
|
This method implements the new interface by calling the old method. |
boolean needsTaskCommit(TaskAttemptContext)
|
This method implements the new interface by calling the old method. |
void setupJob(JobContext)
|
This method implements the new interface by calling the old method. |
void setupTask(TaskAttemptContext)
|
This method implements the new interface by calling the old method. |