org.apache.hadoop.mapreduce.lib.map
Class InverseMapper<K,V>
java.lang.Object
org.apache.hadoop.mapreduce.Mapper<K,V,V,K>
org.apache.hadoop.mapreduce.lib.map.InverseMapper<K,V>
public class InverseMapper<K,V>
- extends Mapper<K,V,V,K>
A Mapper
that swaps keys and values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InverseMapper
public InverseMapper()
map
public void map(K key,
V value,
Mapper.Context context)
throws IOException,
InterruptedException
- The inverse function. Input keys and values are swapped.
- Overrides:
map
in class Mapper<K,V,V,K>
- Throws:
IOException
InterruptedException
Copyright © 2009 The Apache Software Foundation