In graphframes, on what basis does the connected component algorith assign the component id?
Assumed that it would assign incremental component id, but observed the component ids assigned to my data being 10 digits long also, when the number of records in vertices is just around 1 million for vertices and 1.5 million for edges.
Please throw some light on the logic which this algorithm uses to assigns the component id.
Appreciate your quick response.
In graphframes, on what basis does the connected component algorith assign the component id?
Assumed that it would assign incremental component id, but observed the component ids assigned to my data being 10 digits long also, when the number of records in vertices is just around 1 million for vertices and 1.5 million for edges.
Please throw some light on the logic which this algorithm uses to assigns the component id.
Appreciate your quick response.