Generated by
JDiff

Package org.apache.hadoop.mapreduce.lib.output

Added Classes
BindingPathOutputCommitter This is a special committer which creates the factory for the committer and runs off that.
PathOutputCommitter A committer which somehow commits data written to a working directory to the final directory during the commit process.
PathOutputCommitterFactory A factory for committers implementing the PathOutputCommitter methods and so can be used from FileOutputFormat The base implementation returns FileOutputCommitter instances.
 

Changed Classes
FileOutputCommitter An OutputCommitter that commits files specified in job output directory i.e.
TextOutputFormat An OutputFormat that writes plain text files.