I have been playing with different Map/Reduce tools and examples to acquire the whole of view of this programming to solve different problems. Basically there are several patterns that can be identified when you need to tackle the implementation of some algorithm. I would like to leave some references that have served as inspiration:
- http://shop.oreilly.com/product/0636920025122.do
- http://mapreducepatterns.com/index.php?title=Main_Page
- http://highlyscalable.wordpress.com/2012/02/01/mapreduce-patterns/