Java org.apache.hadoop.mapred.lib MultipleOutputs fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred.lib MultipleOutputs fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred.lib MultipleOutputs.

The text is from its open source code.

Constructor

MultipleOutputs(JobConf job)
Creates and initializes multiple named outputs support, it should be instantiated in the Mapper/Reducer configure method.

Method