MapReduce Patterns, Algorithms and Use Cases
Ilya Katsov writes:
In this article I digested a number of MapReduce patterns and algorithms to give a systematic view of the different techniques that can be found in the web or scientific articles. Several practical case studies are also provided. All descriptions and code snippets use the standard Hadoop’s MapReduce model with Mappers, Reduces, Combiners, Partitioners, and sorting. This framework is depicted in the figure below.
An extensive list of MapReduce patterns and algorithms, complete with references at the end!
Forward to anyone interested in MapReduce.