GitHub user PieterJanVanAeken opened a pull request:
https://github.com/apache/flink/pull/1033
Add Scala version of GraphAlgorithm
The Scala Gelly API already has a wrapper for running java-based
GraphAlgorithms. It is needed for running pre-built algorithms such as the
PageRankAlgorithm. This small addition maintains compatibility with these
java-based GraphAlgorithms while giving the user an additional possibility of
developing their own GraphAlgorithm that makes use of the syntactic sugar
methods that the new Scala Gelly API offers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PieterJanVanAeken/flink scala-gelly-algorithm
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1033.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 #1033
----
commit 0a5c46314ba2cf1e4bb8d7703b17c4cde1fbca51
Author: Pieter-Jan Van Aeken <[email protected]>
Date: 2015-08-18T14:48:44Z
Add Scala version of Graph Algorithm that allows for syntactic sugar inside
the algorithm.
----
---
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.
---