Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Hadoop framework uses context objects with the Mapper class to communicate with the rest of the system. The system configuration information and job are passed to the context object in its function Object() { [native code] }.
To pass information in the setup(), cleanup(), and map() functions, we employ context objects. With the help of this object, crucial data is made available for map operations.