0 votes
in HDFS by

Which are the methods in the Mapper Interface?

1 Answer

0 votes
by
The Mapper contains the run() method, which call its own setup() method only once, it also call a map() method for each input and finally calls it cleanup() method. All above methods you can override in your code.

Related questions

0 votes
asked Jun 20, 2023 in HDFS by john ganales
0 votes
0 votes
asked Jun 20, 2023 in HDFS by Robin
0 votes
asked Apr 8, 2021 in JAVA by SakshiSharma
...