0 votes
in HDFS by

What is identity Mapper?

1 Answer

0 votes
by

Identity Mapper is the default Mapper class provided by Hadoop. when no other Mapper class is defined, Identify will be executed. It only writes the input data into output and do not perform and computations and calculations on the input data. The class name is org.apache.hadoop.mapred.lib.IdentityMapper.

Related questions

0 votes
asked Jun 20, 2023 in HDFS by Robin
0 votes
asked Feb 17, 2023 in Hadoop by sharadyadav1986
0 votes
asked Jun 20, 2023 in HDFS by john ganales
...