Jump to ratings and reviews
Rate this book

MapReduce Design Patterns: Building Effective Algorithms and Analytics for Hadoop and Other Systems

Rate this book
Until now, design patterns for the MapReduce framework have been scattered among various research papers, blogs, and books. This handy guide brings together a unique collection of valuable MapReduce patterns that will save you time and effort regardless of the domain, language, or development framework you’re using. Each pattern is explained in context, with pitfalls and caveats clearly identified to help you avoid common design mistakes when modeling your big data architecture. This book also provides a complete overview of MapReduce that explains its origins and implementations, and why design patterns are so important. All code examples are written for Hadoop. "A clear exposition of MapReduce programs for common data processing patterns—this book is indespensible for anyone using Hadoop."

--Tom White, author of The Definitive Guide

247 pages, Paperback

First published September 22, 2012

25 people are currently reading
357 people want to read

About the author

Donald Miner

8 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
23 (24%)
4 stars
43 (45%)
3 stars
21 (22%)
2 stars
4 (4%)
1 star
3 (3%)
Displaying 1 - 6 of 6 reviews
48 reviews
March 2, 2017
A very good primer on the bread-and-butter techniques of using Hadoop (also applicable to other MR platforms). Some patterns like filtering are infuriatingly simple, but you'll benefit from knowing the caveats of others, and from charting the MapReduce problem space that these patterns address.

I wish this book covered approximations more, like mentioning that you can do a count distinct query with HyperLogLog, but unfortunately it only ever deals with using Bloom filters for reducing bandwidth requirements of reduce-side joins. Also, something relating to graph processing would be nice to see, because it's such a rich problem domain and knowing how to address it with MapReduce would be very nice.
1 review
Want to read
June 18, 2013
grt
This entire review has been hidden because of spoilers.
230 reviews3 followers
March 12, 2016
It is a generally good book. I found most of the patterns well presented. However, a bit more on possible implications and comparisons will be very useful.
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.