What exactly is this keyword Context in the Hadoop MapReduce world in new API terms?
It is widely used to record output pairs from Maps and Reduce, however I'm not sure if it can be used anywhere else and what exactly happens when I use the context. Is it an Iterator with a different name?
What is the relationship between Class Mapper.Context, Class Reducer.Context and Job.Context?
Can someone explain this, starting with the terms Layman, and then going into detail. Failed to understand much of the Hadoop API documentation.
Thanks for your time and help.
source share