ComMapReduce: An improvement of MapReduce with lightweight communication mechanisms

  • Authors:
  • Linlin Ding;Guoren Wang;Junchang Xin;Xiaoyang Wang;Shan Huang;Rui Zhang

  • Affiliations:
  • College of Information Science and Engineering, Northeastern University, China;College of Information Science and Engineering, Northeastern University, China;College of Information Science and Engineering, Northeastern University, China;College of Information Science and Engineering, Northeastern University, China;College of Information Science and Engineering, Northeastern University, China;Department of Computing and Information Systems, The University of Melbourne, Australia

  • Venue:
  • Data & Knowledge Engineering
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

As a parallel programming framework, MapReduce can process scalable and parallel applications with large scale datasets. The executions of Mappers and Reducers are independent of each other. There is no communication among Mappers, neither among Reducers. When the amount of final results is much smaller than the original data, it is a waste of time processing the unpromising intermediate data. We observe that this waste can be significantly reduced by simple communication mechanisms to enhance the performance of MapReduce. In this paper, we propose ComMapReduce, an efficient framework that extends and improves MapReduce for big data applications in the cloud. ComMapReduce can effectively obtain certain shared information with efficient lightweight communication mechanisms. Three basic communication strategies, Lazy, Eager and Hybrid, and two optimization communication strategies, Prepositive and Postpositive, are proposed to obtain the shared information and effectively process big data applications. We also illustrate the implementations of three typical applications with large scale datasets on ComMapReduce. Our extensive experiments demonstrate that ComMapReduce outperforms MapReduce in all metrics without affecting the existing characteristics of MapReduce.