public class ConnectedComponentsMapper extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,VertexWritable,org.apache.hadoop.io.Text,VertexWritable>
| Constructor and Description |
|---|
ConnectedComponentsMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
map(org.apache.hadoop.io.Text key,
VertexWritable value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
protected void map(org.apache.hadoop.io.Text key,
VertexWritable value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.Text,VertexWritable,org.apache.hadoop.io.Text,VertexWritable>IOExceptionInterruptedExceptionCopyright © 2023. All rights reserved.