public static class SecondarySort.Reduce extends Reducer<SecondarySort.IntPair,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>
Reducer.Context| Constructor and Description |
|---|
SecondarySort.Reduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(SecondarySort.IntPair key,
Iterable<org.apache.hadoop.io.IntWritable> values,
Reducer.Context context)
This method is called once for each key.
|
public void reduce(SecondarySort.IntPair key, Iterable<org.apache.hadoop.io.IntWritable> values, Reducer.Context context) throws IOException, InterruptedException
Reducerreduce in class Reducer<SecondarySort.IntPair,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>IOExceptionInterruptedExceptionCopyright © 2009 The Apache Software Foundation