Uses of Interface
org.apache.hadoop.mapred.OutputFormat

Packages that use OutputFormat
org.apache.hadoop.mapred A system for scalable, fault-tolerant, distributed computation over large data collections. 
org.apache.hadoop.streaming   
 

Uses of OutputFormat in org.apache.hadoop.mapred
 

Classes in org.apache.hadoop.mapred that implement OutputFormat
 class MapFileOutputFormat
          An OutputFormat that writes MapFiles.
 class OutputFormatBase
          A base class for OutputFormat.
 class SequenceFileOutputFormat
          An OutputFormat that writes SequenceFiles.
 class TextOutputFormat
          An OutputFormat that writes plain text files.
 

Methods in org.apache.hadoop.mapred that return OutputFormat
 OutputFormat JobConf.getOutputFormat()
           
 

Uses of OutputFormat in org.apache.hadoop.streaming
 

Classes in org.apache.hadoop.streaming that implement OutputFormat
 class MuxOutputFormat
          A multiplexed OutputFormat.
 class StreamOutputFormat
          Similar to org.apache.hadoop.mapred.TextOutputFormat, but delimits key and value with a TAB.
 



Copyright © 2006 The Apache Software Foundation