|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputFormatBase | |
---|---|
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.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.hbase.mapred |
---|
Subclasses of OutputFormatBase in org.apache.hadoop.hbase.mapred | |
---|---|
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 OutputFormatBase in org.apache.hadoop.mapred |
---|
Subclasses of OutputFormatBase in org.apache.hadoop.mapred | |
---|---|
class |
MapFileOutputFormat
An OutputFormat that writes MapFile s. |
class |
SequenceFileOutputFormat
An OutputFormat that writes SequenceFile s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |