[
https://issues.apache.org/jira/browse/FLINK-3799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15252008#comment-15252008
]
ASF GitHub Bot commented on FLINK-3799:
---------------------------------------
GitHub user greghogan opened a pull request:
https://github.com/apache/flink/pull/1922
[FLINK-3799] [gelly] Graph checksum should execute single job
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/greghogan/flink
3799_graph_checksum_should_execute_single_job
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/1922.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 #1922
----
commit d54274ce0f86613150c8716c71b9018524039a52
Author: Greg Hogan <[email protected]>
Date: 2016-04-21T12:36:04Z
[FLINK-3799] [gelly] Graph checksum should execute single job
----
> Graph checksum should execute single job
> ----------------------------------------
>
> Key: FLINK-3799
> URL: https://issues.apache.org/jira/browse/FLINK-3799
> Project: Flink
> Issue Type: Improvement
> Components: Gelly
> Affects Versions: 1.1.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Fix For: 1.1.0
>
>
> {{GraphUtils.checksumHashCode()}} calls {{DataSetUtils.checksumHashCode()}}
> for both the vertex and edge {{DataSet}} which each require a separate job.
> Rewrite this to only execute a single job.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)