org.apache.accumulo.test.randomwalk.multitable
Class CopyTool.SeqMapClass

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.Text,Mutation>
      extended by org.apache.accumulo.test.randomwalk.multitable.CopyTool.SeqMapClass
Enclosing class:
CopyTool

public static class CopyTool.SeqMapClass
extends org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.Text,Mutation>


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
CopyTool.SeqMapClass()
           
 
Method Summary
 void map(Key key, Value val, 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

CopyTool.SeqMapClass

public CopyTool.SeqMapClass()
Method Detail

map

public void map(Key key,
                Value val,
                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.Text,Mutation>
Throws:
IOException
InterruptedException


Copyright © 2013 Apache Accumulo Project. All Rights Reserved.