Uses of Class
org.apache.hadoop.mapred.lib.MultipleOutputFormat

Packages that use MultipleOutputFormat
org.apache.hadoop.mapred.lib   
 

Uses of MultipleOutputFormat in org.apache.hadoop.mapred.lib
 

Subclasses of MultipleOutputFormat in org.apache.hadoop.mapred.lib
 class MultipleSequenceFileOutputFormat<K,V>
          This class extends the MultipleOutputFormat, allowing to write the output data to different output files in sequence file output format.
 class MultipleTextOutputFormat<K,V>
          This class extends the MultipleOutputFormat, allowing to write the output data to different output files in Text output format.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.