GitHub user greghogan opened a pull request:

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

    [FLINK-5558] [gelly] Replace TriangleCount with a Count analytic

    TriangleCount can be replaced by a generic Count analytic for DataSet. The 
analytics currently using TriangleCount can simply use TriangleListing and 
Count.
    
    Gelly includes both directed and undirected versions of TriangleListing and 
therefore two versions of TriangleCount which will be replaced by a single 
Count analytic which can be reused elsewhere.

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

    $ git pull https://github.com/greghogan/flink 
5558_replace_trianglecount_with_a_count_analytic

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

    https://github.com/apache/flink/pull/3169.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 #3169
    
----
commit 86c5fe7f7ac38cad3134d2b717a0595cdc52560a
Author: Greg Hogan <c...@greghogan.com>
Date:   2016-10-26T19:18:50Z

    [FLINK-5558] [gelly] Replace TriangleCount with a Count analytic
    
    TriangleCount can be replaced by a generic Count analytic for DataSet.
    The analytics currently using TriangleCount can simply use
    TriangleListing and Count.
    
    Gelly includes both directed and undirected versions of TriangleListing
    and therefore two versions of TriangleCount which will be replaced by a
    single Count analytic which can be reused elsewhere.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to