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