de.kumpe.hadooptimizer.examples
Class HadoopTest.CopyMapper<K,V>

java.lang.Object
  extended by org.apache.hadoop.mapreduce.Mapper<K,V,K,V>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.mapreduce.Mapper
org.apache.hadoop.mapreduce.Mapper.Context
 
Constructor Summary
HadoopTest.CopyMapper()
           
 
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
 

Constructor Detail

HadoopTest.CopyMapper

public HadoopTest.CopyMapper()
Method Detail

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.