Hi,
I am running Spark in a single node cluster. I am able to run the codes in
Spark like SparkPageRank.scala, SparkKMeans.scala by the following command,
bin/run-examples org.apache.spark.examples.SparkPageRank <and the required
things>
Now, I want to run the Pagerank.scala that is there in GraphX. Do we have a
similar command like earlier one for this too?
I also went through the run-example shell file and saw that the path is set
to org.apache.spark.examples
How should I run graphx codes?
Thank You

Reply via email to