MapReduce: Simplified Data Processing on Large Clusters
The major contributions of this work are a simple and powerful interface that enables automatic parallelization and distribution of large-scale computations, combined with an implementation of this interface that achieve high performance on large clusters of commodity PCs.
map과 reduce는 functional langauge에서 말하는 그것.