Data partitioning for minimizing transferred data in mapreduce

6Citations
Citations of this article
9Readers
Mendeley users who have this article in their library.
Get full text

Abstract

Reducing data transfer in MapReduce's shuffle phase is very important because it increases data locality of reduce tasks, and thus decreases the overhead of job executions. In the literature, several optimizations have been proposed to reduce data transfer between mappers and reducers. Nevertheless, all these approaches are limited by how intermediate key-value pairs are distributed over map outputs. In this paper, we address the problem of high data transfers in MapReduce, and propose a technique that repartitions tuples of the input datasets, and thereby optimizes the distribution of key-values over mappers, and increases the data locality in reduce tasks. Our approach captures the relationships between input tuples and intermediate keys by monitoring the execution of a set of MapReduce jobs which are representative of the workload. Then, based on those relationships, it assigns input tuples to the appropriate chunks. We evaluated our approach through experimentation in a Hadoop deployment on top of Grid5000 using standard benchmarks. The results show high reduction in data transfer during the shuffle phase compared to Native Hadoop. © 2013 Springer-Verlag Berlin Heidelberg.

Cite

CITATION STYLE

APA

Liroz-Gistau, M., Akbarinia, R., Agrawal, D., Pacitti, E., & Valduriez, P. (2013). Data partitioning for minimizing transferred data in mapreduce. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 8059 LNCS, pp. 1–12). Springer Verlag. https://doi.org/10.1007/978-3-642-40053-7_1

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free