The purpose of this chapter is to understand Monoids as a Design Principle for Efficient MapReduce Algorithms.
Package Name | Description |
---|---|
org.dataalgorithms.chap28.spark | Spark solution to Mean Monoidized |
org.dataalgorithms.chap28.sparkwithlambda | Spark solution with Lambda to Mean Monoidized |
org.dataalgorithms.chap28.mapreduce | MapReduce/Hadoop solution to Mean Monoidized |