IdentityMapper (Apache Hadoop Main 3.4.1 API) (original) (raw)


@InterfaceAudience.Public
@InterfaceStability.Stable
public class IdentityMapper<K,V>
extends MapReduceBase
implements Mapper<K,V,K,V>
Implements the identity function, mapping inputs directly to outputs.