Extending MapReduce Framework with Locality Keys.

Yifeng Chen,Bei Wang,Xiaolin Wang
DOI: https://doi.org/10.1145/3437801.3441607
2021-01-01
Abstract:This paper extends the existing MapReduce framework to allow the user programmer to control data locality and reduce communication costs of the shuffle operations in iterative in-memory computation. The programming extension is fully consistent with the style of MapReduce and allows straightforward fast implementation.
What problem does this paper attempt to address?