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