[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/576 --- 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 enabl

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-25 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-96271897 Hey @andralungu! I see your point regarding `iterateOn...` and `reduce...`. Let's leave it like this for now. Only small thing that maybe I didn't explain well, is "o

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-20 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-94572014 Apart from the fact that I don't agree with those two methods having the same name, everything else was updated. --- If your project is set up for it, you can reply t

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-20 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-94461019 Hi @vasia , The inline comments have been addressed, I still have the big comment to look at :) One thing(or two ^^) that could be discussed: - th

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-93996607 Hi @andralungu! Thanks for the quick update ^^ The result looks good, but I have a few more comments/suggestions (apart from the inline ones). - +1 for the `grou

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/576#discussion_r28594561 --- Diff: docs/gelly_guide.md --- @@ -316,28 +327,49 @@ DataSet> verticesWithSum = graph.reduceOnNeighbors( new SumValues(), Edge

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/576#discussion_r28595115 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/EdgeDirection.java --- @@ -20,10 +20,10 @@ /** * The EdgeDirection is

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/576#discussion_r28594425 --- Diff: docs/gelly_guide.md --- @@ -282,25 +290,28 @@ The following code will collect the out-edges for each vertex and apply the `Sel {% highlight java %

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/576#discussion_r28594318 --- Diff: docs/gelly_guide.md --- @@ -282,25 +290,28 @@ The following code will collect the out-edges for each vertex and apply the `Sel {% highlight java %

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-17 Thread vasia
Github user vasia commented on a diff in the pull request: https://github.com/apache/flink/pull/576#discussion_r28594064 --- Diff: docs/gelly_guide.md --- @@ -269,7 +269,15 @@ Neighborhood Methods Neighborhood methods allow vertices to perform an aggregation on their fir

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-13 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-92270780 Hello @vasia , I updated the PR to use reduce where possible(for the functions which return one value per vertex). Let me know if there is anything I missed

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-07 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/576#issuecomment-90749788 Thanks for the PR @andralungu! The idea for this issue is to (a) use a combinable reduce for the simple (without vertex value) reduceOn* methods, because it will be

[GitHub] flink pull request: [FLINK-1758][gelly] Neighborhood Methods Exten...

2015-04-07 Thread andralungu
GitHub user andralungu opened a pull request: https://github.com/apache/flink/pull/576 [FLINK-1758][gelly] Neighborhood Methods Extensions You can merge this pull request into a Git repository by running: $ git pull https://github.com/andralungu/flink extendNeighborhood Alter