Uses of Class
org.apache.hadoop.mapred.OutputCommitter

Packages that use OutputCommitter
org.apache.hadoop.mapred   
 

Uses of OutputCommitter in org.apache.hadoop.mapred
 

Subclasses of OutputCommitter in org.apache.hadoop.mapred
 class FileOutputCommitter
          An OutputCommitter that commits files specified in job output directory i.e.
 

Methods in org.apache.hadoop.mapred that return OutputCommitter
 OutputCommitter JobConf.getOutputCommitter()
          Get the OutputCommitter implementation for the map-reduce job, defaults to FileOutputCommitter if not specified explicitly.
 

Method parameters in org.apache.hadoop.mapred with type arguments of type OutputCommitter
 void JobConf.setOutputCommitter(Class<? extends OutputCommitter> theClass)
          Set the OutputCommitter implementation for the map-reduce job.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.