I am doing a scientific research about graph computing.And I decide to use
SPARK GRAPHX to do some experiments.Now I have a question about
partition.How can I get each partition in each workers  in my SPARK program
?
For example,if a graph includes vertexs 1,2,3,4.And I have two workers.After
executing PartitionStrategy, I want to get worker1's vertexs and worker2's
vertexs.Maybe 1,2 and 3 are in worker1, 4 is in worker2.But I don't know how
to get the paritition result in my program.




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/I-want-to-know-the-parition-result-in-each-node-tp24619.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org

Reply via email to