发表于2024-11-22
MapReduce Design Patterns 2024 pdf epub mobi 电子书
图书标签: MapReduce 大数据 O'Reilly 数据挖掘 计算机科学 Patterns Design 计算机
Design patterns for the MapReduce framework, until now, 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 - so you can avoid some of the 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. Hadoop MapReduce code is provided to help you learn how to apply the design patterns by example. Topics include: Basic patterns, including map-only filter, group by, aggregation, distinct, and limit Joins: traditional reduce-side join, reduce-side join with Bloom filter, replicated join with distributed cache, merge join, Cartesian products, and intersections Binning, sharding for other systems, sorting, sampling, unions, and other patterns for organizing data Job optimization patterns, including multi-job map-only job folding, and overloading the key grouping to perform two jobs at once
入门了,略拖沓。
评分太浅
评分如何编写一个真正的不依赖于in-memory sort的find median算法?单机版本的max-N都已经是O(N)的了,Hadoop版本的(作者这里描述的)就有点弱了
评分如何编写一个真正的不依赖于in-memory sort的find median算法?单机版本的max-N都已经是O(N)的了,Hadoop版本的(作者这里描述的)就有点弱了
评分一般吧,有些可以借鉴的东西,看分析算法这东西和系统设计不一样,不太好有个design pattern,所以也只是参考
MapReduce Design Patterns 2024 pdf epub mobi 电子书