|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileOutputFormat | |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapred.lib | |
| Uses of FileOutputFormat in org.apache.hadoop.mapred |
|---|
| Subclasses of FileOutputFormat in org.apache.hadoop.mapred | |
|---|---|
class |
MapFileOutputFormat
An OutputFormat that writes MapFiles. |
class |
SequenceFileAsBinaryOutputFormat
An OutputFormat that writes keys, values to
SequenceFiles in binary(raw) format |
class |
SequenceFileOutputFormat<K,V>
An OutputFormat that writes SequenceFiles. |
class |
TextOutputFormat<K,V>
An OutputFormat that writes plain text files. |
| Uses of FileOutputFormat in org.apache.hadoop.mapred.lib |
|---|
| Subclasses of FileOutputFormat in org.apache.hadoop.mapred.lib | |
|---|---|
class |
MultipleOutputFormat<K,V>
This abstract class extends the FileOutputFormat, allowing to write the output data to different output files. |
class |
MultipleSequenceFileOutputFormat<K,V>
This class extends the MultipleOutputFormat, allowing to write the output data to different output files in sequence file output format. |
class |
MultipleTextOutputFormat<K,V>
This class extends the MultipleOutputFormat, allowing to write the output data to different output files in Text output format. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||