|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileOutputFormat | |
---|---|
org.apache.hadoop.examples.terasort | This package consists of 3 map/reduce applications for Hadoop to compete in the annual terabyte sort competition. |
org.apache.hadoop.mapreduce.lib.output |
Uses of FileOutputFormat in org.apache.hadoop.examples.terasort |
---|
Subclasses of FileOutputFormat in org.apache.hadoop.examples.terasort | |
---|---|
class |
TeraOutputFormat
An output format that writes the key and value appended together. |
Uses of FileOutputFormat in org.apache.hadoop.mapreduce.lib.output |
---|
Subclasses of FileOutputFormat in org.apache.hadoop.mapreduce.lib.output | |
---|---|
class |
MapFileOutputFormat
An OutputFormat that writes
MapFile s. |
class |
SequenceFileAsBinaryOutputFormat
An OutputFormat that writes keys,
values to SequenceFile s in binary(raw) format |
class |
SequenceFileOutputFormat<K,V>
An OutputFormat that writes SequenceFile s. |
class |
TextOutputFormat<K,V>
An OutputFormat that writes plain text files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |