public static class DotProductTest.Reduce
extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.MapWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>
| Constructor and Description |
|---|
Reduce() |
| Modifier and Type | Method and Description |
|---|---|
void |
reduce(org.apache.hadoop.io.LongWritable key,
Iterable<org.apache.hadoop.io.MapWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public void reduce(org.apache.hadoop.io.LongWritable key,
Iterable<org.apache.hadoop.io.MapWritable> 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.MapWritable,org.apache.hadoop.io.LongWritable,org.apache.hadoop.io.Text>IOExceptionInterruptedExceptionCopyright © 2015–2016 The Apache Software Foundation. All rights reserved.