GraphX 5 Partition Strategy in GraphX - vaquarkhan/Apache-Kafka-poc-and-notes GitHub Wiki
To process the graph in a distributed style, the graph needs to be represented in a distributed scheme. Normally, there are two kinds of graph partitioning,
- vertex-cut approach
- edge-cut approach