Friday, 1 February 2013

How does Mapper’s run() method works? | Hadoop Interview Questions

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

No comments: