0 votes
in HDFS by

How does Mapper's run method works?

1 Answer

0 votes
by

The Mapper.run() method then calls map(KeyInType, ValInType, Context) for each key/value pair in the InputSplit for that task

...