I have created a graph using Spark graphX in which every vertex is directly connected to every other vertex of graph i.e Complete graph. Please if anyone can suggest good partitioning strategy for this type of situation or any ideas to implement custom partition strategy.
I have 1 million vertices and 500 million edges.
Any ideas or suggestions related to this will be greatly appreciated. Thanks in advance.