[GitHub] flink pull request: [FLINK-1528] Added local clustering coefficien...

2015-02-19 Thread balidani
Github user balidani closed the pull request at: https://github.com/apache/flink/pull/400 --- 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 ena

[GitHub] flink pull request: [FLINK-1528] Added local clustering coefficien...

2015-02-16 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/400#issuecomment-74527767 Right, so let me copy: The problem is here: ``` DataSet>> neighborhoods = input.reduceOnEdges(new NeighborhoodEdgesFunction(), EdgeDirection.OUT); ```

[GitHub] flink pull request: [FLINK-1528] Added local clustering coefficien...

2015-02-16 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/400#issuecomment-74505722 Hi! Sorry for the messed up commit history, hopefully my next PR will be better. I have the following exception when running `LocalClusteringCoefficientE

[GitHub] flink pull request: [FLINK-1528] Added local clustering coefficien...

2015-02-16 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/400#issuecomment-74493011 Hi @balidani! Thanks for the PR. The commit history is a bit messed up, but we'll fix that. It's just the last commit that's relevant, right? If I recall correctly,

[GitHub] flink pull request: [FLINK-1528] Added local clustering coefficien...

2015-02-15 Thread balidani
GitHub user balidani opened a pull request: https://github.com/apache/flink/pull/400 [FLINK-1528] Added local clustering coefficient example (failing) As @vasia requested, here is the current version of local clustering coefficient for Gelly. It causes exceptions, so this PR is only