Re: Graphx connectComponents API

2014-10-22 Thread Manoj Awasthi
Well - resolved. The problem was in my understanding. It returns the graph with vertex "data" set to the connected components. Thanks. On Wed, Oct 22, 2014 at 6:56 PM, Manoj Awasthi wrote: > Hi Guys, > > I am trying something very basic. I am using GraphX to load a graph from > an edge list fi

Graphx connectComponents API

2014-10-22 Thread Manoj Awasthi
Hi Guys, I am trying something very basic. I am using GraphX to load a graph from an edge list file which is like this: *220 224* *400 401* *220 221* So it has following nodes (just for the sake of understanding - bear with me for drawing): *220 => 224 400 => 401 * * ||* * v 221* Cle