Friday, 1 February 2013

How Mapper is instantiated in a running job? | Hadoop Interview Questions

The Mapper itself is instantiated in the running job, and will be passed a MapContext object which it can use to configure itself.

No comments: