Asynchronous Page-Rank Computation in Spark.

Chao Li,JianXia Chen,Zhi Yang,Wuyan Chen
DOI: https://doi.org/10.1007/978-3-319-61566-0_52
2018-01-01
Abstract:High efficiency page-rank computation is motivated by issues that bulk synchronous parallel computing model has high-cost synchronous barriers, and asynchronous communication can avoid long-waiting time. By operations of updating inside RDDs, iteration can step into the next round without the barrier of synchronization among all partitions. Experiment results indicate that our method can improve the execution speed significantly compared to Graphx.
What problem does this paper attempt to address?