Uses of Class
org.apache.hadoop.mapred.FileOutputFormat
Packages that use FileOutputFormat
-
Uses of FileOutputFormat in org.apache.hadoop.mapred
Subclasses of FileOutputFormat in org.apache.hadoop.mapredModifier and TypeClassDescriptionclassAnOutputFormatthat writesMapFiles.classAnOutputFormatthat writes keys, values toSequenceFiles in binary(raw) formatclassAnOutputFormatthat writesSequenceFiles.classTextOutputFormat<K,V> AnOutputFormatthat writes plain text files. -
Uses of FileOutputFormat in org.apache.hadoop.mapred.lib
Subclasses of FileOutputFormat in org.apache.hadoop.mapred.libModifier and TypeClassDescriptionclassMultipleOutputFormat<K,V> This abstract class extends the FileOutputFormat, allowing to write the output data to different output files.classThis class extends the MultipleOutputFormat, allowing to write the output data to different output files in sequence file output format.classThis class extends the MultipleOutputFormat, allowing to write the output data to different output files in Text output format.