DocumentCode
1305365
Title
Mars: Accelerating MapReduce with Graphics Processors
Author
Fang, Wenbin ; He, Bingsheng ; Luo, Qiong ; Govindaraju, Naga K.
Author_Institution
Univ. of Wisconsin-Madison, Madison, WI, USA
Volume
22
Issue
4
fYear
2011
fDate
4/1/2011 12:00:00 AM
Firstpage
608
Lastpage
620
Abstract
We design and implement Mars, a MapReduce runtime system accelerated with graphics processing units (GPUs). MapReduce is a simple and flexible parallel programming paradigm originally proposed by Google, for the ease of large-scale data processing on thousands of CPUs. Compared with CPUs, GPUs have an order of magnitude higher computation power and memory bandwidth. However, GPUs are designed as special-purpose coprocessors and their programming interfaces are less familiar than those on the CPUs to MapReduce programmers. To harness GPUs´ power for MapReduce, we developed Mars to run on NVIDIA GPUs, AMD GPUs as well as multicore CPUs. Furthermore, we integrated Mars into Hadoop, an open-source CPU-based MapReduce system. Mars hides the programming complexity of GPUs behind the simple and familiar MapReduce interface, and automatically manages task partitioning, data distribution, and parallelization on the processors. We have implemented six representative applications on Mars and evaluated their performance on PCs equipped with GPUs as well as multicore CPUs. The experimental results show that, the GPU-CPU coprocessing of Mars on an NVIDIA GTX280 GPU and an Intel quad-core CPU outperformed Phoenix, the state-of-the-art MapReduce on the multicore CPU with a speedup of up to 72 times and 24 times on average, depending on the applications. Additionally, integrating Mars into Hadoop enabled GPU acceleration for a network of PCs.
Keywords
computer graphic equipment; parallel programming; public domain software; Google; Hadoop; Mars; flexible parallel programming; graphics processing units; large-scale data processing; open-source CPU-based MapReduce system; runtime system; MapReduce; graphics processor; many-core architecture.; multicore processor; parallel computing;
fLanguage
English
Journal_Title
Parallel and Distributed Systems, IEEE Transactions on
Publisher
ieee
ISSN
1045-9219
Type
jour
DOI
10.1109/TPDS.2010.158
Filename
5557865
Link To Document