List out features of Map Reduce Model.
3 years ago
Cloud Computing
Data-Aware. When the Map Reduce-Master node is scheduling the Map tasks for a newly submitted job, it takes in consideration the data location information retrieved from the GFS- Master node.
Simplicity. As the Map Reduce runtime is responsible for parallelization and concurrency control, this allows programmers to easily design parallel and distributed applications.

Raju Singhaniya
Oct 14, 2021