Generated by
JDiff

Class org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter

The superclass changed from org.apache.hadoop.mapreduce.OutputCommitter to org.apache.hadoop.mapreduce.lib.output.PathOutputCommitter.

Added Methods
void commitJobInternal(JobContext) The job has completed so do following commit job include: Move all committed tasks to the final output dir (algorithm 1 only).
Path getOutputPath() @return the path where final output of the job should be placed.
boolean isCommitJobRepeatable(JobContext)  
String toString()  
 

Added Fields
String FILEOUTPUTCOMMITTER_CLEANUP_FAILURES_IGNORED  
boolean FILEOUTPUTCOMMITTER_CLEANUP_FAILURES_IGNORED_DEFAULT  
String FILEOUTPUTCOMMITTER_CLEANUP_SKIPPED  
boolean FILEOUTPUTCOMMITTER_CLEANUP_SKIPPED_DEFAULT  
String FILEOUTPUTCOMMITTER_FAILURE_ATTEMPTS  
int FILEOUTPUTCOMMITTER_FAILURE_ATTEMPTS_DEFAULT  
String FILEOUTPUTCOMMITTER_TASK_CLEANUP_ENABLED  
boolean FILEOUTPUTCOMMITTER_TASK_CLEANUP_ENABLED_DEFAULT