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