Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The internals of the Graph module implemented on top of BSP framework, are pretty simple. Input data partitioning will be done at BSP framework level. Each GraphJobRunner processors just reads assigned splits, and loads parsed vertices into memory-based vertices store at loadVertices() method. (Currently disk-based vertices store and sequential vertex processing are not perfect).

...