Friday 8 March 2013

How does Mapper’s run() method works?

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

No comments:

Post a Comment