At 2014-12-03 02:13:49 -0800, Deep Pradhan <pradhandeep1...@gmail.com> wrote:
> We cannot do sc.parallelize(List(VertexRDD)), can we?

There's no need to do this, because every VertexRDD is also a pair RDD:

    class VertexRDD[VD] extends RDD[(VertexId, VD)]

You can simply use graph.vertices in place of `a` in my example.

Ankur

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

Reply via email to