share_hadoop_mapreduce

MapReduce explained in 41 words 

author: Chris Stucchio

Goal: count the number of books in the library.

Map: You count up shelf #1, I count up shelf #2.

(The more people we get, the faster this part goes. )

Reduce: We all get together and add up our individual counts.


转载于:https://my.oschina.net/u/1242229/blog/213652

你可能感兴趣的:(share_hadoop_mapreduce)