Re: GraphFrame BFS

2016-11-01 Thread Denny Lee
to get this behavior using the GraphFrames bfs() function or would > it be better to modify the already existing Pregel implementation of bfs? > > Thank you for your time. > > Padraic > > > > -- > View this message in context: > http://apache-spark-user-list.1001560.n3

GraphFrame BFS

2016-10-10 Thread cashinpj
or would it be better to modify the already existing Pregel implementation of bfs? Thank you for your time. Padraic -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/GraphFrame-BFS-tp27876.html Sent from the Apache Spark User List mailing list archive

Re: java.lang.OutOfMemoryError related to Graphframe bfs

2016-07-15 Thread RK Aduri
Did you try with different driver's memory? Increasing driver's memory can be one option. Can you print the GC and post the GC times? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/java-lang-OutOfMemoryError-related-to-Graphframe-bfs-tp27318p27347.html