Return-Path: X-Original-To: apmail-flink-issues-archive@minotaur.apache.org Delivered-To: apmail-flink-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4117B10769 for ; Mon, 14 Sep 2015 16:25:51 +0000 (UTC) Received: (qmail 47683 invoked by uid 500); 14 Sep 2015 16:25:46 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 47400 invoked by uid 500); 14 Sep 2015 16:25:46 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 47349 invoked by uid 99); 14 Sep 2015 16:25:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2015 16:25:46 +0000 Date: Mon, 14 Sep 2015 16:25:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2634) Add a Vertex-centric Version of the Tringle Count Library Method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-2634?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14743779#comment-14743779 ] ASF GitHub Bot commented on FLINK-2634: --------------------------------------- Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/1105#issuecomment-140133538 Hey you two :) I suggest that we add this one. Let the JIRA that @vasia opened handle the keys. Then add the DataSet example (another JIRA) and a JIRA for benchmarks. I think that would more or less make everyone happy. > Add a Vertex-centric Version of the Tringle Count Library Method > ---------------------------------------------------------------- > > Key: FLINK-2634 > URL: https://issues.apache.org/jira/browse/FLINK-2634 > Project: Flink > Issue Type: Task > Components: Gelly > Affects Versions: 0.10 > Reporter: Andra Lungu > Assignee: Andra Lungu > Priority: Minor > > The vertex-centric version of this algorithm receives an undirected graph as input and outputs the total number of triangles formed by the graph's edges. > The implementation consists of three phases: > 1). Select neighbours with id greater than the current vertex id. > 2). Propagate each received value to neighbours with higher id. > 3). Compute the number of Triangles by verifying if the final vertex contains the sender's id in its list. > As opposed to the GAS version, all these three steps will be performed via message passing. -- This message was sent by Atlassian JIRA (v6.3.4#6332)