Package org.apache.hadoop.mapred.lib
Class InverseMapper<K,V>
java.lang.Object
org.apache.hadoop.mapred.MapReduceBase
org.apache.hadoop.mapred.lib.InverseMapper<K,V>
- All Implemented Interfaces:
Closeable,AutoCloseable,Closeable,JobConfigurable,Mapper<K,V, V, K>
A
Mapper that swaps keys and values.-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.hadoop.mapred.MapReduceBase
close, configureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.hadoop.mapred.JobConfigurable
configure
-
Constructor Details
-
InverseMapper
public InverseMapper()
-
-
Method Details