March 2009
plists - Google Code
by jpcaruanaplists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead.
September 2007
MapReduce cookbook for machine learning « Free Search
by greutHere’s a paper from Stanford showing how to use MapReduce to scalably implement ten different machine learning algorithms!
another thing to read
1
(4 marks)