Re: assertion failed error with GraphX

2015-07-22 Thread Roman Sokolov
I am also having problems with triangle count - seems like this algorithm is very memory consuming (I could not process even small graphs ~ 5 million Vertices and 70 million Edges with less the 32 GB RAM on EACH machine). What if I have graphs with billion edges, what amount of RAM do I need then?

Re: There is an error in Graphx

2014-03-18 Thread ankurdave
. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/There-is-an-error-in-Graphx-tp1575p2836.html Sent from the Apache Spark User List mailing list archive at Nabble.com.

Re: There is an error in Graphx

2014-03-18 Thread ankurdave
VD and ED with the correct types et2.srcId = et.srcId et2.dstId = et.dstId et2.attr = et.attr et2.srcAttr = et.srcAttr et2.dstAttr = et.dstAttr et2 } -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/There-is-an-error-in-Graphx-tp1575p2837.html Sent