org.apache.accumulo.test.randomwalk.sequential
Class MapRedVerifyTool.SeqMapClass
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable>
org.apache.accumulo.test.randomwalk.sequential.MapRedVerifyTool.SeqMapClass
- Enclosing class:
- MapRedVerifyTool
public static class MapRedVerifyTool.SeqMapClass
- extends org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
Method Summary |
void |
map(Key row,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context output)
|
Methods inherited from class org.apache.hadoop.mapreduce.Mapper |
cleanup, run, setup |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapRedVerifyTool.SeqMapClass
public MapRedVerifyTool.SeqMapClass()
map
public void map(Key row,
Value data,
org.apache.hadoop.mapreduce.Mapper.Context output)
throws IOException,
InterruptedException
- Overrides:
map
in class org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable>
- Throws:
IOException
InterruptedException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.