[ https://issues.apache.org/jira/browse/FLINK-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15392592#comment-15392592 ]
ASF GitHub Bot commented on FLINK-4264: --------------------------------------- GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/2295 [FLINK-4264] [gelly] New GraphMetrics driver Updates VertexMetrics analytic, adds directed and undirected EdgeMetric analytics, and includes a new GraphMetrics driver. You can merge this pull request into a Git repository by running: $ git pull https://github.com/greghogan/flink 4264_new_graphmetrics_driver Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2295.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 #2295 ---- commit 00fee7f5655f0741622a38f13e3347c1714b6934 Author: Greg Hogan <c...@greghogan.com> Date: 2016-07-20T19:44:54Z [FLINK-4264] [gelly] New GraphMetrics driver Updates VertexMetrics analytic, adds directed and undirected EdgeMetric analytics, and includes a new GraphMetrics driver. ---- > New GraphMetrics driver > ----------------------- > > Key: FLINK-4264 > URL: https://issues.apache.org/jira/browse/FLINK-4264 > Project: Flink > Issue Type: New Feature > Components: Gelly > Affects Versions: 1.1.0 > Reporter: Greg Hogan > Assignee: Greg Hogan > > Gelly contains a {{GraphMetrics}} example using the {{Graph}} API. This will > add a {{GraphMetrics}} driver using {{VertexMetrics}} and {{EdgeMetrics}}. > Example output for the > [Friendster|https://snap.stanford.edu/data/com-Friendster.html] graph: > {noformat} > Vertex metrics: > vertex count: 65,608,366 > edge count: 1,806,067,135 > triplet count: 720,654,964,964 > maximum degree: 5,214 > maximum triplets: 13,590,291 > Edge metrics: > vertex count: 65,608,366 > edge count: 1,806,067,135 > triangle triplet count: 82,248,653,258 > rectangle triplet count: 284,581,272,439 > triplet count: 720,654,964,964 > maximum degree: 5,214 > maximum triangle triplets: 376,278 > maximum rectangle triplets: 1,203,750 > maximum triplets: 13,590,291 > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)