ICP13: Graph Frames and GraphX Algorithms - gabriellawillis/BigData GitHub Wiki

Part – 1:

1.Import the dataset as a csv file and create data frames directly on import than create graph out of the data frame created.

2.Triangle Count

3.Find Shortest Paths w.r.t. Landmarks

4.Apply Page Rank algorithm on the dataset.

5.Save graphs generated to a file.

Success 1.csv

Success 2.csv

References: