Hadoop - Map Reduce Application

About

MapReduce implementation in Hadoop.

This section about the map reduce Hadoop framework..

A Map Reduce application is divided into many small fragments of work, each of which may be executed or re-executed on any node in the cluster.

Hadoop in one slide

Source: Huy Vo - NYU Poly

Mapreduce Pipeline

Documentation / Reference

Task Runner