0 votes
in HDFS by

What is the use of context Object?

1 Answer

0 votes
by
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.
...