0
6.2kviews
Explain details of MapReduce execution with a suitable example
1 Answer
| written 9.5 years ago by |
Figure offers an outline of how processes, tasks, and files interact. Taking advantage of a library provided by a MapReduce system such as Hadoop, the user program forks a Master Controller process and some number of Worker processes at different compute nodes. Normally, a Worker handles either Map tasks (a …