Github user balidani commented on the pull request:
https://github.com/apache/flink/pull/408#issuecomment-82443079
Hi!
I pushed some changes. @vasia told me that she and @StephanEwen even
decided that iterating on triplets is unfeasible, so we should operate on
`<srcVertex, edge>` pairs instead. Only a few changes were required, since
neither of the examples require the target vertex value anyway.
Regarding the other suggestions, @vasia and I think it would be a good idea
to push them in a separate PR, because they affect both GSA and Vertex centric
iterations.
Regarding the cosmetic changes that @andralungu suggested: I changed SSSP
to use `SingleSourceShortestPathData`, and for greedy graph coloring I just
generated a graph, like in `LabelPropagationExample`.
Cheers!
---
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
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---