|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 MapFile s. |
class |
OutputFormatBase
A base class for OutputFormat . |
class |
SequenceFileOutputFormat
An OutputFormat that writes SequenceFile s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |