Uses of Class
org.apache.hadoop.mapred.OutputFormatBase

Packages that use OutputFormatBase
org.apache.hadoop.mapred A software framework for easily writing applications which process vast amounts of data (multi-terabyte data-sets) parallelly on large clusters (thousands of nodes) built of commodity hardware in a reliable, fault-tolerant manner. 
org.apache.hadoop.streaming Hadoop Streaming is a utility which allows users to create and run Map-Reduce jobs with any executables (e.g. 
 

Uses of OutputFormatBase in org.apache.hadoop.mapred
 

Subclasses of OutputFormatBase in org.apache.hadoop.mapred
 class MapFileOutputFormat
          An OutputFormat that writes MapFiles.
 class SequenceFileOutputFormat
          An OutputFormat that writes SequenceFiles.
 class TextOutputFormat<K extends WritableComparable,V extends Writable>
          An OutputFormat that writes plain text files.
 

Uses of OutputFormatBase in org.apache.hadoop.streaming
 

Subclasses of OutputFormatBase in org.apache.hadoop.streaming
 class StreamOutputFormat
          Deprecated.  
 



Copyright © 2008 The Apache Software Foundation