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

Packages that use MultipleOutputFormat
org.apache.hadoop.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
 

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

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



Copyright © 2006 The Apache Software Foundation