GraphX rmatGraph hangs

2015-01-03 Thread Michael Malak
The following single line just hangs, when executed in either Spark Shell or standalone: org.apache.spark.graphx.util.GraphGenerators.rmatGraph(sc, 4, 8) It just outputs 0 edges and then locks up. The only other information I've found via Google is:

Re: GraphX rmatGraph hangs

2015-01-03 Thread xhudik
Hi Michael, yes, I can confirm the behavior. It get stuck (loop?) and eat all resources, command top gives: 14013 ll 20 0 2998136 489992 19804 S 100.2 12.10 13:29.39 java You might create an issue/bug in jira (https://issues.apache.org/jira/browse/SPARK) best, tomas -- View this