Uses of Class
org.apache.hadoop.mapreduce.lib.output.FileOutputFormat

Packages that use FileOutputFormat
org.apache.hadoop.mapreduce.lib.output   
 

Uses of FileOutputFormat in org.apache.hadoop.mapreduce.lib.output
 

Subclasses of FileOutputFormat in org.apache.hadoop.mapreduce.lib.output
 class SequenceFileAsBinaryOutputFormat
          An OutputFormat that writes keys, values to SequenceFiles in binary(raw) format
 class SequenceFileOutputFormat<K,V>
          An OutputFormat that writes SequenceFiles.
 class TextOutputFormat<K,V>
          An OutputFormat that writes plain text files.
 



Copyright © 2009 The Apache Software Foundation