MapReduce is a programming framework to distribute the computing load of very large data and problems to multiple computers. MapReduce breaks a problem up into numerous small jobs to distribute to the various computers, then manages the collection and integration of the results. A very popular implementation of MapReduce is Hadoop.
Week #16 – MapReduce
- March 14, 2014
- , 9:22 pm
MapReduce is a programming framework to distribute the computing load of very large data and problems to multiple computers.