Re: How to get list of edges between two Vertex ?

2014-12-22 Thread pradhandeep
Do you need the multiple edges or can you get the work done by having single
edge between two vertices?
In my view point, you can group the edges using groupEdges which will group
the same edges together. It may work because the message passed between the
vertices through same edges (replicated) will not be different.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/How-to-get-list-of-edges-between-two-Vertex-tp19309p20809.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



How to get list of edges between two Vertex ?

2014-11-19 Thread Harihar Nahak
Hi, 
I have a graph where no. of edges b/w two vertices are more than once
possible. Now I need to find out who are top vertices between which no. of
calls happen more? 

output should look like (V1, V2 , No. of edges)   
So I need to know, how to find out total no. of edges b/w only that two
vertices. 




-
--Harihar
--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/How-to-get-list-of-edges-between-two-Vertex-tp19309.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