[GitHub] flink pull request: [FLINK-1515]Splitted runVertexCentricIteration...

2015-02-17 Thread martinkiefer
Github user martinkiefer commented on the pull request: https://github.com/apache/flink/pull/402#issuecomment-74660459 I could change `PageRank` to read the number of vertices by broadcasting the result of `numberofVertices()` instead of providing it in the constructor

[GitHub] flink pull request: [FLINK-1515]Splitted runVertexCentricIteration...

2015-02-15 Thread martinkiefer
GitHub user martinkiefer opened a pull request: https://github.com/apache/flink/pull/402 [FLINK-1515]Splitted runVertexCentricIteration into createVertexCentricIteration and runVertexCentricIteration I changed the process for running a vertex-centric iteration in Gelly into a two