Package org.apache.hadoop.mapred.lib
Class IdentityMapper<K,V>
java.lang.Object
org.apache.hadoop.mapred.MapReduceBase
org.apache.hadoop.mapred.lib.IdentityMapper<K,V>
- All Implemented Interfaces:
Closeable,AutoCloseable,Closeable,JobConfigurable,Mapper<K,V, K, V>
Implements the identity function, mapping inputs directly to outputs.
-
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
-
IdentityMapper
public IdentityMapper()
-
-
Method Details