Reducer.Context| Constructor and Description |
|---|
WordCount.IntSumReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(org.apache.hadoop.io.Text key,
java.lang.Iterable<org.apache.hadoop.io.IntWritable> values,
Reducer.Context context)
This method is called once for each key.
|
public void reduce(org.apache.hadoop.io.Text key,
java.lang.Iterable<org.apache.hadoop.io.IntWritable> values,
Reducer.Context context)
throws java.io.IOException,
java.lang.InterruptedException
ReducerCopyright © 2009 The Apache Software Foundation