Login
Remember
Register
Ask a Question
What is the use of context Object?
0
votes
asked
Jun 20, 2023
in
HDFS
by
john ganales
What is the use of context Object?
contextobject
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 20, 2023
by
john ganales
The Context object allows the mapper to interact with the rest of the Hadoop system. It Includes configuration data for the job, as well as interfaces which allow it to emit output.
...