public static class MapredWordCount.Reduce extends org.apache.hadoop.mapred.MapReduceBase implements org.apache.hadoop.mapred.Reducer<Text,IntWritable,Text,IntWritable>
| Constructor and Description |
|---|
Reduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(Text key,
Iterator<IntWritable> values,
org.apache.hadoop.mapred.OutputCollector<Text,IntWritable> output,
org.apache.hadoop.mapred.Reporter reporter) |
public void reduce(Text key, Iterator<IntWritable> values, org.apache.hadoop.mapred.OutputCollector<Text,IntWritable> output, org.apache.hadoop.mapred.Reporter reporter) throws IOException
reduce in interface org.apache.hadoop.mapred.Reducer<Text,IntWritable,Text,IntWritable>IOExceptionCopyright © 2021 Apache Software Foundation. All rights reserved.