This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Code for Michael Malak's Spark Summit 2016 presentation | |
// "Finding Graph Isomorphisms in GraphX and GraphFrames | |
// Additional code can be downloaded from | |
// https://www.manning.com/books/spark-graphx-in-action | |
// * readRdf() for GraphX | |
// * EXAMPLE: Missing <exports> for Canada (using GraphX SVD++) | |
// * EXAMPLE: Missing <influences> for well-known philosophers (using GraphFrames) | |
// Shell command to launch Spark Shell with GraphFrames jar |