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<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 © 2009 The Apache Software Foundation