[
https://issues.apache.org/jira/browse/FLINK-5909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888929#comment-15888929
]
ASF GitHub Bot commented on FLINK-5909:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/3434
[FLINK-5909] [gelly] Interface for GraphAlgorithm results
Create AlgorithmResult and AnalyticResult interfaces for library algorithms
to implement. This flattens algorithm results to a single tuple.
Also create interfaces for UnaryResult, BinaryResult, and TertiaryResult
implementing methods to access the 0th, 1st, and 2nd vertices.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
5909_interface_for_graphalgorithm_results
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/3434.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 #3434
----
commit 70f6780fad4a1231ce99dd03027b17a95e108dbc
Author: Greg Hogan <[email protected]>
Date: 2017-02-28T18:10:20Z
[FLINK-5909] [gelly] Interface for GraphAlgorithm results
Create AlgorithmResult and AnalyticResult interfaces for library
algorithms to implement. This flattens algorithm results to a single
tuple.
Also create interfaces for UnaryResult, BinaryResult, and TertiaryResult
implementing methods to access the 0th, 1st, and 2nd vertices.
----
> Interface for GraphAlgorithm results
> ------------------------------------
>
> Key: FLINK-5909
> URL: https://issues.apache.org/jira/browse/FLINK-5909
> Project: Flink
> Issue Type: Sub-task
> Components: Gelly
> Affects Versions: 1.3.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.3.0
>
>
> Create {{AlgorithmResult}} and {{AnalyticResult}} interfaces for library
> algorithms to implement. This flattens algorithm results to a single tuple.
> Also create interfaces for {{UnaryResult}}, {{BinaryResult}}, and
> {{TertiaryResult}} implementing methods to access the 0th, 1st, and 2nd
> vertices.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)