GitHub user vasia opened a pull request:
https://github.com/apache/flink/pull/865
[FLINK-2271] [FLINK-1522] [gelly] add missing example tests
This PR adds missing Gelly tests for PageRank and MusicProfiles examples.
It also changes both vertex-centric and GSA PageRank examples to expect an
unweighted edge list as input and to properly assign the transition
probabilities as edge weights.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vasia/flink gelly-example-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/865.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #865
----
commit ac6c8ac63d730fd03125b3798778e76267c59dcb
Author: vasia <[email protected]>
Date: 2015-06-24T16:09:13Z
[FLINK-2271] [FLINK-1522] [gelly] changed PageRank example to expect an
unweighted edge list
added PageRank and MusicProfiles tests
got rid of unused suppress warning annotations in Graph and
JaccardSimilarityMeasure
changed GSAPageRank example to expect an unweighted edge list
----
---
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.
---