Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Big Data Hadoop & Spark by (32.1k points)

Can anyone tell me what is mapper in Hadoop?

1 Answer

0 votes
by (41.4k points)

Mapper is the user-defined program to convert the input split in (key, value) pairs as per the code design. Typically, Mapper is the base class that required to extend by the programmer to write their own logic according to the requirement. While extending the mapper, the programmer has to mention input and output type under mapper class arguments.

If you want to learn Hadoop, I recommend this Hadoop Certification program by Intellipaat.

Also, watch this YouTube tutorial on Hadoop:

Related questions

0 votes
1 answer
0 votes
1 answer
asked Aug 31, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer
asked Aug 31, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer
asked Aug 31, 2020 in Big Data Hadoop & Spark by Kasheeka (32.1k points)
0 votes
1 answer

Browse Categories

...