| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileOutputFormat | |
|---|---|
| org.apache.hadoop.contrib.index.mapred | |
| 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.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.mapred.lib | Library of generally useful mappers, reducers, and partitioners. | 
| Uses of FileOutputFormat in org.apache.hadoop.contrib.index.mapred | 
|---|
| Subclasses of FileOutputFormat in org.apache.hadoop.contrib.index.mapred | |
|---|---|
|  class | IndexUpdateOutputFormatThe record writer of this output format simply puts a message in an output path when a shard update is done. | 
| Uses of FileOutputFormat in org.apache.hadoop.examples.terasort | 
|---|
| Subclasses of FileOutputFormat in org.apache.hadoop.examples.terasort | |
|---|---|
|  class | TeraOutputFormatA streamlined text output format that writes key, value, and "\r\n". | 
| Uses of FileOutputFormat in org.apache.hadoop.mapred | 
|---|
| Subclasses of FileOutputFormat in org.apache.hadoop.mapred | |
|---|---|
|  class | MapFileOutputFormatAn OutputFormatthat writesMapFiles. | 
|  class | SequenceFileAsBinaryOutputFormatAn OutputFormatthat writes keys, values toSequenceFiles in binary(raw) format | 
|  class | SequenceFileOutputFormat<K,V>An OutputFormatthat writesSequenceFiles. | 
|  class | TextOutputFormat<K,V>An OutputFormatthat 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 | |||||||||