Skip to content

Instantly share code, notes, and snippets.

@ponkin
Created August 18, 2015 19:54
Show Gist options
  • Save ponkin/ce6dbe87885aef499aaf to your computer and use it in GitHub Desktop.
Save ponkin/ce6dbe87885aef499aaf to your computer and use it in GitHub Desktop.
find paths in graph - propoition
val edges: RDD[(String, String)] = ...
val startVertices: RDD[String] = ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment