Hi there,
About GraphX, i thing that the graph process is parse you data into (VertexA) -
[Edge1] - (VertexB).
As we see the Graph class of GraphX contains edges and vertices.
Such that, in the first line of your data would be parse to
uuid_3_1,uuid_3_2,uuid_3_3,uuid_3_3 as vertices.
(uuid_3_
Hello Sparkans,
I want to merge following cluster / set of IDs into one if they have shared
IDs.
For example:
uuid_3_1,uuid_3_2,uuid_3_3,uuid_3_4
uuid_3_2,uuid_3_5,uuid_3_6
uuid_3_5,uuid_3_7,uuid_3_8,uuid_3_9
into single:
uuid_3_1,uuid_3_2,uuid_3_3,uuid_3_4,uuid_3_5,uuid_3_6,uuid_3_7,uuid_3_8,