Technical Blog

Map Reduce System Design

img.png

Map deals with split and reduce does shuffle and reduce the data.

  • Map function will transform the data into key value pairs and the key value pairs live in the intermediary step in the Java process and then the key value pair is shuffle in order.