You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/30 13:11:10 UTC

[jira] [Commented] (FLINK-4135) Replace ChecksumHashCode as GraphAnalytic

    [ https://issues.apache.org/jira/browse/FLINK-4135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357051#comment-15357051 ] 

ASF GitHub Bot commented on FLINK-4135:
---------------------------------------

GitHub user greghogan opened a pull request:

    https://github.com/apache/flink/pull/2188

    [FLINK-4135] [gelly] Replace ChecksumHashCode as GraphAnalytic

    Adds a GraphAnalytic to replace the checksumHashCode Java and Scala utility functions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/greghogan/flink 4135_replace_checksumhashcode_as_graphanalytic

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/2188.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 #2188
    
----
commit 7c7fa84259b846e8a5df7e54ae497995fac34ab0
Author: Greg Hogan <co...@greghogan.com>
Date:   2016-06-30T13:02:47Z

    [FLINK-4135] [gelly] Replace ChecksumHashCode as GraphAnalytic
    
    Adds a GraphAnalytic to replace the checksumHashCode Java and Scala
    utility functions.

----


> Replace ChecksumHashCode as GraphAnalytic
> -----------------------------------------
>
>                 Key: FLINK-4135
>                 URL: https://issues.apache.org/jira/browse/FLINK-4135
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 1.1.0
>            Reporter: Greg Hogan
>            Assignee: Greg Hogan
>            Priority: Trivial
>             Fix For: 1.1.0
>
>
> Create a {{GraphAnalytic}} to replace {{GraphUtils.checksumHashCode}} as there is nothing special about this computation and we can remove this function from the API.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)