|
||||||||||
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.mapred.lib | Library of generally useful mappers, reducers, and partitioners. |
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()
|
Method parameters in org.apache.hadoop.mapred with type arguments of type OutputFormat | |
---|---|
void |
JobConf.setOutputFormat(Class<? extends OutputFormat> theClass)
|
Uses of OutputFormat in org.apache.hadoop.mapred.lib |
---|
Classes in org.apache.hadoop.mapred.lib that implement OutputFormat | |
---|---|
class |
NullOutputFormat
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |