HaLoop: Efficient iterative data processing on large clusters

Y Bu, B Howe, M Balazinska, MD Ernst - Proceedings of the VLDB …, 2010 - dl.acm.org
Proceedings of the VLDB Endowment, 2010dl.acm.org
The growing demand for large-scale data mining and data analysis applications has led
both industry and academia to design new types of highly scalable data-intensive computing
platforms. MapReduce and Dryad are two popular platforms in which the dataflow takes the
form of a directed acyclic graph of operators. These platforms lack built-in support for
iterative programs, which arise naturally in many applications including data mining, web
ranking, graph analysis, model fitting, and so on. This paper presents HaLoop, a modified …
The growing demand for large-scale data mining and data analysis applications has led both industry and academia to design new types of highly scalable data-intensive computing platforms. MapReduce and Dryad are two popular platforms in which the dataflow takes the form of a directed acyclic graph of operators. These platforms lack built-in support for iterative programs, which arise naturally in many applications including data mining, web ranking, graph analysis, model fitting, and so on. This paper presents HaLoop, a modified version of the Hadoop MapReduce framework that is designed to serve these applications. HaLoop not only extends MapReduce with programming support for iterative applications, it also dramatically improves their efficiency by making the task scheduler loop-aware and by adding various caching mechanisms. We evaluated HaLoop on real queries and real datasets. Compared with Hadoop, on average, HaLoop reduces query runtimes by 1.85, and shuffles only 4% of the data between mappers and reducers.
ACM Digital Library