Hi. Im ChiSeung.
1. How to know each vertices connecting some edges?
I want to know how I find edges connected some vertices.
And
2.
example, there are vertex a, b, c, d and edge e1.
On graph,
a and b is connected by e1
b and c is connected by e1
c and d is also connected by e1
so, above example is like a ---(e1)---> b ---(e1)---> c ---(e1)---> d
In this case, can I find b,c and d when I have just src vertex, a and edge,
e1?
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabble.com/GraphX-some-vertex-with-specific-edge-tp8436.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]