org.apache.accumulo.server.test.randomwalk.multitable
Class CopyTool.SeqMapClass
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<Key,Value,org.apache.hadoop.io.Text,Mutation>
org.apache.accumulo.server.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 classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
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 |
CopyTool.SeqMapClass
public CopyTool.SeqMapClass()
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 © 2012 The Apache Software Foundation. All Rights Reserved.