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,

  1. vertex-cut approach
  2. edge-cut approach

http://note.yuhc.me/2015/03/graphx-partition-strategy/