Description
I'm wondering if you would like to add personalized page rank to GraphX? I have implemented it by modifying existing PageRank algorithm in GraphX, and I would like to share it with others.
It is pretty simple and straightforward since the only change I need to make is only teleport to source node.
I did some google searching and seems there are a few guys want to have it in GraphX