Algorithms
Now we dive into the most interesting part of GraphX: algorithms and the graph parallel computation APIs to implement more algorithms. The following table shows a bird's eye view of the algorithms:
Type |
GraphX method/example |
Graph-Parallel Computation |
The method is
|
PageRank |
The method is
staticPageRank(): This provides a static no of iterations and dynamic tolerance; see the parameters (tol versus numIter)
personalizedPageRank(): This is a variation of PageRank that ... |
Get Fast Data Processing with Spark 2 - Third Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.