Re: GraphX: some vertex with specific edge

2014-09-16 Thread Ankur Dave
At 2014-09-16 00:07:34 -0700, sochi wrote: > 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? First, to clarify: the three edges in your example are all distinct, since they have different

GraphX: some vertex with specific edge

2014-09-16 Thread sochi
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