org.apache.accumulo.test.randomwalk.sequential
Class MapRedVerifyTool.SeqMapClass

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.NullWritable,org.apache.hadoop.io.IntWritable>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
MapRedVerifyTool.SeqMapClass()
           
 
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
 

Constructor Detail

MapRedVerifyTool.SeqMapClass

public MapRedVerifyTool.SeqMapClass()
Method Detail

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.