Uses of Class
org.apache.hadoop.mapred.OutputCommitter
Packages that use OutputCommitter
-
Uses of OutputCommitter in org.apache.hadoop.mapred
Subclasses of OutputCommitter in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassAnOutputCommitterthat commits files specified in job output directory i.e.Methods in org.apache.hadoop.mapred that return OutputCommitterModifier and TypeMethodDescriptionJobConf.getOutputCommitter()Get theOutputCommitterimplementation for the map-reduce job, defaults toFileOutputCommitterif not specified explicitly.Method parameters in org.apache.hadoop.mapred with type arguments of type OutputCommitterModifier and TypeMethodDescriptionvoidJobConf.setOutputCommitter(Class<? extends OutputCommitter> theClass) Set theOutputCommitterimplementation for the map-reduce job.