public static class TestOrderedWordCount.IntSumReducer extends org.apache.hadoop.mapreduce.Reducer<Text,IntWritable,IntWritable,Text>
| Constructor and Description |
|---|
IntSumReducer() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
Iterable<IntWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public void reduce(Text key, Iterable<IntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<Text,IntWritable,IntWritable,Text>IOExceptionInterruptedExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.