A Comparison Study of Graph Data Processing Based on MyBSP and MapReduce

Chao Liu,Hong Yao,Zhengwang Tang,Deze Zeng,Chengyu Hu,Qingzhong Liang
DOI: https://doi.org/10.1109/ccbd.2014.16
2014-01-01
Abstract:How to effectively process massive graph data is an intractable challenging issue. In this paper, two types of parallel computation approaches were compared: MapReduce and MyBSP. MyBSP is our open source implementation which adopts the Bulk Synchronous Parallel (BSP) programming model to support iterative processing. The MapReduce-based and MyBSP-based PageRank algorithms were implemented respectively. The experimental studies were conducted to evaluate and compare the performance and scalability of our MyBSP prototype system with MapReduce model. The results revealed that the MyBSP approach outperforms MapReduce approach for iterative graph data processing with vary size of datasets.
What problem does this paper attempt to address?