public static class ValueGroupCountMapReduce.Combiner
extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.LongWritable>
| Constructor and Description |
|---|
Combiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(org.apache.hadoop.io.WritableComparable key,
Iterable<org.apache.hadoop.io.LongWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public void reduce(org.apache.hadoop.io.WritableComparable key,
Iterable<org.apache.hadoop.io.LongWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.LongWritable>IOExceptionInterruptedExceptionCopyright © 2012–2016. All rights reserved.