An Efficient Method for Graph Repartitioning in Distributed Environments.

He Li,YanNa Liu,XuHua Wang,LiangCai Su,Hang Yuan,JaeSoo Yoo
DOI: https://doi.org/10.1587/transinf.2020edl8018
2020-01-01
IEICE Transactions on Information and Systems
Abstract:Due to most of the existing graph repartitioning methods are known for poor efficiency in distributed environments. In this paper, we introduce a new graph repartitioning method with two phases in distributed environments. In the first phase, a local method is designed to identify all the potential candidate vertices that should be moved to the other partitions at once in each partition locally. In the second phase, a streaming graph processing model is adopted to reassign the candidate vertices to achieve lightweight graph repartitioning. During the reassignment of the vertex, we propose an objective function to balance both the load balance and the number of crossing edges among the distributed partitions. The experimental results with a large set of real word and synthetic graph datasets show that the communication cost can be reduced by nearly 1 to 2 orders of magnitude compared with the existing methods.
What problem does this paper attempt to address?