Github user martinkiefer commented on the pull request:
https://github.com/apache/flink/pull/402#issuecomment-75032757
Done
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
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
of the
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