public class CellSummationCombiner
extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable>
Constructor and Description |
---|
CellSummationCombiner() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(org.apache.hadoop.io.LongWritable key,
Iterable<org.apache.hadoop.io.DoubleWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public void reduce(org.apache.hadoop.io.LongWritable key, Iterable<org.apache.hadoop.io.DoubleWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.DoubleWritable>
IOException
InterruptedException
Copyright © 2013–2020. All rights reserved.