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

Packages that use OutputFormat
org.apache.hadoop.hbase.mapred   
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.mapred.lib Library of generally useful mappers, reducers, and partitioners. 
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 OutputFormat in org.apache.hadoop.hbase.mapred
 

Classes in org.apache.hadoop.hbase.mapred that implement OutputFormat
 class IndexOutputFormat
          Create a local index, unwrap Lucene documents created by reduce, add them to the index, and copy the index to the destination.
 class TableOutputFormat
          Convert Map/Reduce output and write it to an HBase table
 

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<K extends WritableComparable,V extends Writable>
          A base class for OutputFormat.
 class SequenceFileOutputFormat
          An OutputFormat that writes SequenceFiles.
 class TextOutputFormat<K extends WritableComparable,V extends Writable>
          An OutputFormat that writes plain text files.
 

Methods in org.apache.hadoop.mapred that return OutputFormat
 OutputFormat JobConf.getOutputFormat()
          Get the OutputFormat implementation for the map-reduce job, defaults to TextOutputFormat if not specified explicity.
 

Method parameters in org.apache.hadoop.mapred with type arguments of type OutputFormat
 void JobConf.setOutputFormat(Class<? extends OutputFormat> theClass)
          Set the OutputFormat implementation for the map-reduce job.
 

Uses of OutputFormat in org.apache.hadoop.mapred.lib
 

Classes in org.apache.hadoop.mapred.lib that implement OutputFormat
 class NullOutputFormat<K extends WritableComparable,V extends Writable>
          Consume all outputs and put them in /dev/null.
 

Uses of OutputFormat in org.apache.hadoop.streaming
 

Classes in org.apache.hadoop.streaming that implement OutputFormat
 class StreamOutputFormat
          Deprecated.  
 



Copyright © 2006 The Apache Software Foundation