[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3779 --- 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

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-28 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/3779#discussion_r114030670 --- Diff: flink-libraries/flink-gelly-examples/src/test/java/org/apache/flink/graph/drivers/DriverBaseITCase.java --- @@ -41,17 +43,41 @@ @Rule

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-28 Thread greghogan
Github user greghogan commented on a diff in the pull request: https://github.com/apache/flink/pull/3779#discussion_r114030564 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/input/GridGraph.java --- @@ -82,11 +81,27 @@ public void

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-28 Thread heytitle
Github user heytitle commented on a diff in the pull request: https://github.com/apache/flink/pull/3779#discussion_r114009718 --- Diff: flink-libraries/flink-gelly-examples/src/test/java/org/apache/flink/graph/drivers/DriverBaseITCase.java --- @@ -41,17 +43,41 @@ @Rule

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-28 Thread heytitle
Github user heytitle commented on a diff in the pull request: https://github.com/apache/flink/pull/3779#discussion_r114010412 --- Diff: flink-libraries/flink-gelly/src/main/java/org/apache/flink/graph/library/link_analysis/HITS.java --- @@ -60,8 +60,6 @@ * *

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-28 Thread heytitle
Github user heytitle commented on a diff in the pull request: https://github.com/apache/flink/pull/3779#discussion_r114007404 --- Diff: flink-libraries/flink-gelly-examples/src/main/java/org/apache/flink/graph/drivers/input/GridGraph.java --- @@ -82,11 +81,27 @@ public void

[GitHub] flink pull request #3779: [FLINK-6382] [gelly] Support all numeric types for...

2017-04-26 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3779 [FLINK-6382] [gelly] Support all numeric types for generated graphs in Gelly examples The Gelly examples current support IntValue, LongValue, and StringValue for RMatGraph. Allow transformations