public class MindistSearchReducer extends org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,VertexWritable,org.apache.hadoop.io.Text,VertexWritable>
| Modifier and Type | Field and Description |
|---|---|
static String |
SKIPPED |
static String |
UPDATE_COUNTER |
static String |
UPDATED |
| Constructor and Description |
|---|
MindistSearchReducer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reduce(org.apache.hadoop.io.Text key,
Iterable<VertexWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context) |
protected void |
setup(org.apache.hadoop.mapreduce.Reducer.Context context) |
public static final String UPDATE_COUNTER
public static final String SKIPPED
public static final String UPDATED
protected void setup(org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
setup in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,VertexWritable,org.apache.hadoop.io.Text,VertexWritable>IOExceptionInterruptedExceptionprotected void reduce(org.apache.hadoop.io.Text key,
Iterable<VertexWritable> values,
org.apache.hadoop.mapreduce.Reducer.Context context)
throws IOException,
InterruptedException
reduce in class org.apache.hadoop.mapreduce.Reducer<org.apache.hadoop.io.Text,VertexWritable,org.apache.hadoop.io.Text,VertexWritable>IOExceptionInterruptedExceptionCopyright © 2020. All rights reserved.