[
https://issues.apache.org/jira/browse/FLINK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15828855#comment-15828855
]
ASF GitHub Bot commented on FLINK-5558:
---------------------------------------
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 <[email protected]>
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.
----
> Replace TriangleCount with a Count analytic
> -------------------------------------------
>
> Key: FLINK-5558
> URL: https://issues.apache.org/jira/browse/FLINK-5558
> Project: Flink
> Issue Type: Improvement
> Components: Gelly
> Affects Versions: 1.2.0
> Reporter: Greg Hogan
> Assignee: Greg Hogan
> Priority: Minor
>
> {{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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)