| Package | Description | 
|---|---|
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.lib.output | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT>The context that is given to the  Mapper. | 
| interface  | ReduceContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT>The context passed to the  Reducer. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Path | FileOutputFormat. getPathForWorkFile(TaskInputOutputContext<?,?,?,?> context,
                                    String name,
                                    String extension)Helper function to generate a  Pathfor a file that is unique for
 the task within the job output directory. | 
| static Path | FileOutputFormat. getWorkOutputPath(TaskInputOutputContext<?,?,?,?> context)Get the  Pathto the task's temporary output directory 
  for the map-reduce job
  
 Tasks' Side-Effect Files | 
| Constructor and Description | 
|---|
| MultipleOutputs(TaskInputOutputContext<?,?,KEYOUT,VALUEOUT> context)Creates and initializes multiple outputs support,
 it should be instantiated in the Mapper/Reducer setup method. | 
Copyright © 2016 Apache Software Foundation. All rights reserved.