public static class ScriptMap.Map extends org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,FaunusVertex,org.apache.hadoop.io.NullWritable,FaunusVertex>
| Constructor and Description |
|---|
Map() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
map(org.apache.hadoop.io.NullWritable key,
FaunusVertex value,
org.apache.hadoop.mapreduce.Mapper.Context context) |
void |
setup(org.apache.hadoop.mapreduce.Mapper.Context context) |
public void setup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
setup in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,FaunusVertex,org.apache.hadoop.io.NullWritable,FaunusVertex>IOExceptionInterruptedExceptionpublic void map(org.apache.hadoop.io.NullWritable key,
FaunusVertex value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
map in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,FaunusVertex,org.apache.hadoop.io.NullWritable,FaunusVertex>IOExceptionInterruptedExceptionpublic void cleanup(org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
cleanup in class org.apache.hadoop.mapreduce.Mapper<org.apache.hadoop.io.NullWritable,FaunusVertex,org.apache.hadoop.io.NullWritable,FaunusVertex>IOExceptionInterruptedExceptionCopyright © 2012–2016. All rights reserved.