Changed Classes |
MultipleOutputFormat
|
This abstract class extends the FileOutputFormat allowing to write the output data to different output files. |
MultipleOutputs
|
The MultipleOutputs class simplifies writting to additional outputs other than the job default output via the OutputCollector passed to the map() and reduce() methods of the Mapper and Reducer implementations. |
MultipleSequenceFileOutputFormat
|
This class extends the MultipleOutputFormat allowing to write the output data to different output files in sequence file output format. |
MultipleTextOutputFormat
|
This class extends the MultipleOutputFormat allowing to write the output data to different output files in Text output format. |