MapReduce example

I found in a training course this conceptual example about how MapReduce works.

The sequence of steps is clear: input, splitting, mapping, shuffling and reducing.

I continue gaining basic knowledge of Hadoop, which is at the moment very interesting.

Leave a Comment