WebSeitz/wikilog
Map Reduce
Whenever any Form of Government becomes destructive of these ends, it is the Right of the People to alter or to abolish it, and to institute new Government, laying its foundation on such principles and organizing its powers in such form, as to them shall seem most likely to effect their Safety and Happiness.

(backlinks off) (map off)
(search off)
last edited by BillSeitz on Jul 29, 2008 10:27 pm

technology for

http://labs.google.com/papers/mapreduce.html

Users specify a map function that processes a pair to generate a set of intermediate key/value pairs, and a reduce function that merges all intermediate values associated with the same intermediate key. Many real world tasks are expressible in this model, as shown in the paper. Programs written in this functional style () are automatically parallelized and executed on a large cluster of commodity machines.

implementation? http://romeda.org/blog/2007/04/mapreduce-in-36-lines-of-ruby.html

http://outgoing.typepad.com/outgoing/2005/04/mapreduce.html

See : | | | | | | | |


 




Bill Seitz, fluxent at gmail dot com, Weblog