public static class SecondarySort.Reduce extends org.apache.hadoop.mapreduce.Reducer<SecondarySort.IntPair,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>
Constructor and Description |
---|
SecondarySort.Reduce() |
Modifier and Type | Method and Description |
---|---|
void |
reduce(SecondarySort.IntPair key,
Iterable<org.apache.hadoop.io.IntWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
public void reduce(SecondarySort.IntPair key, Iterable<org.apache.hadoop.io.IntWritable> values, org.apache.hadoop.mapreduce.Reducer.Context context) throws IOException, InterruptedException
reduce
in class org.apache.hadoop.mapreduce.Reducer<SecondarySort.IntPair,org.apache.hadoop.io.IntWritable,org.apache.hadoop.io.Text,org.apache.hadoop.io.IntWritable>
IOException
InterruptedException
Copyright © 2015 Apache Software Foundation. All Rights Reserved.