What MapReduce Does for Us
MapReduce makes it easy to write powerful programs over large data to be run on thousands of machines.
All the application programmer has to do is to write two small programs:
These two programs are small and easy to write!
MapReduce does all the hard stuff for us.