You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Greg Hogan (JIRA)" <ji...@apache.org> on 2016/04/21 14:27:25 UTC

[jira] [Created] (FLINK-3799) Graph checksum should execute single job

Greg Hogan created FLINK-3799:
---------------------------------

             Summary: 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


{{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)