An efficient parallel algorithm of N-hop neighborhoods on graphs in distributed environment
作者:Wenjie Liu, Zhanhuai Li
摘要
N-hop neighborhoods information is very useful in analytic tasks on large-scale graphs, like finding clique in a social network, recommending friends or advertising links according to one’s interests, predicting links among websites and etc. To get the N-hop neighborhoods information on a large graph, such as a web graph, a twitter social graph, the most straightforward method is to conduct a breadth first search (BFS) on a parallel distributed graph processing framework, such as Pregel and GraphLab. However, due to the massive volume of message transfer, the BFS method results in high communication cost and has low efficiency.
论文关键词:N-hop neighborhoods, graph mining, parallel computing, distributed computing
论文评审过程:
论文官网地址:https://doi.org/10.1007/s11704-018-7167-0