A new Graphx example is posted on Apache's git hub repository at https://github.com/apache/spark/blob/master/examples/src/main/scala/org/apache/spark/examples/graphx/SSSPExample.scala.
The code includes a line: bin/run-example graphx.SSSPExample
I've tried run-example as above, but did not work. I think that I need to build a JAR firstly. I do not have experience with sbt. Any suggestion?