Versions Compared

Key

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

...

GraphJob provides some additional Get/Set methods extending the core BSPJob interface for supporting the Graph specific configurations, suca such as setMaxIteration, setAggregatorClass, setVertexInputReaderClass, and setVertexOutputWriterClass. Rest APIs e.g., InputFormat, OutputFormat etc. are the same with core BSPJob interface.

GraphJobRunner

The GraphJobRunner is the BSP program which is performs assigned vertex computations and creates output.

LoadVertices

doInitialSuperstep and doSuperstep

...

Future Ideas and Challenges

...