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 2015/06/03 16:16:38 UTC

[jira] [Commented] (FLINK-2149) Simplify Gelly Jaccard similarity example

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

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

GitHub user andralungu opened a pull request:

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

    [FLINK-2149][gelly] Simplified Jaccard Example

    This PR simplifies Gelly's Jaccard example by using the more efficient reduceOnNeighbors rather than groupReduceOnNeighbors. 

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

    $ git pull https://github.com/andralungu/flink jaccardImprovement

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

    https://github.com/apache/flink/pull/770.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 #770
    
----
commit 0e189c6af9a5fb80b4999a60a431d60cf95944db
Author: andralungu <lu...@gmail.com>
Date:   2015-06-03T14:12:16Z

    [FLINK-2149][gelly] Simplified Jaccard Example

----


> Simplify Gelly Jaccard similarity example
> -----------------------------------------
>
>                 Key: FLINK-2149
>                 URL: https://issues.apache.org/jira/browse/FLINK-2149
>             Project: Flink
>          Issue Type: Improvement
>          Components: Gelly
>    Affects Versions: 0.9
>            Reporter: Vasia Kalavri
>            Assignee: Andra Lungu
>            Priority: Trivial
>              Labels: easyfix, starter
>
> The Gelly Jaccard similarity example can be simplified by replacing the groupReduceOnEdges method with the simpler reduceOnEdges.



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