de.kumpe.hadooptimizer.examples
Class HadoopTest.CopyMapper<K,V>
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<K,V,K,V>
de.kumpe.hadooptimizer.examples.HadoopTest.CopyMapper<K,V>
- Enclosing class:
- HadoopTest
public static class HadoopTest.CopyMapper<K,V>
- extends org.apache.hadoop.mapreduce.Mapper<K,V,K,V>
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper |
org.apache.hadoop.mapreduce.Mapper.Context |
Method Summary |
void |
map(K key,
V value,
org.apache.hadoop.mapreduce.Mapper.Context context)
|
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 |
HadoopTest.CopyMapper
public HadoopTest.CopyMapper()
map
public void map(K key,
V value,
org.apache.hadoop.mapreduce.Mapper.Context context)
throws IOException,
InterruptedException
- Overrides:
map
in class org.apache.hadoop.mapreduce.Mapper<K,V,K,V>
- Throws:
IOException
InterruptedException
Copyright © 2011 Christian Kumpe. All Rights Reserved.