Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C0F4A200BC6 for ; Sun, 20 Nov 2016 13:49:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BF7DD160B07; Sun, 20 Nov 2016 12:49:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 39D38160AF1 for ; Sun, 20 Nov 2016 13:49:59 +0100 (CET) Received: (qmail 57741 invoked by uid 500); 20 Nov 2016 12:49:58 -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 57729 invoked by uid 99); 20 Nov 2016 12:49:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Nov 2016 12:49:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5531A2C0088 for ; Sun, 20 Nov 2016 12:49:58 +0000 (UTC) Date: Sun, 20 Nov 2016 12:49:58 +0000 (UTC) From: "Ivan Mushketyk (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-2254) Add Bipartite Graph Support for Gelly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 20 Nov 2016 12:49:59 -0000 [ https://issues.apache.org/jira/browse/FLINK-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15681101#comment-15681101 ] Ivan Mushketyk commented on FLINK-2254: --------------------------------------- [~vkalavri] [~greghogan] I've made some progress in this task and the only thing that is left to implement is to add metrics for bipartite graph. There is only one PR in progress: https://github.com/apache/flink/pull/2564 I've also implemented few other subtasks, but since they are dependent on the aforementioned PR they are currently in local branches of my Flink fork repository. > Add Bipartite Graph Support for Gelly > ------------------------------------- > > Key: FLINK-2254 > URL: https://issues.apache.org/jira/browse/FLINK-2254 > Project: Flink > Issue Type: New Feature > Components: Gelly > Affects Versions: 0.10.0 > Reporter: Andra Lungu > Assignee: Ivan Mushketyk > Labels: requires-design-doc > > A bipartite graph is a graph for which the set of vertices can be divided into two disjoint sets such that each edge having a source vertex in the first set, will have a target vertex in the second set. We would like to support efficient operations for this type of graphs along with a set of metrics(http://jponnela.com/web_documents/twomode.pdf). -- This message was sent by Atlassian JIRA (v6.3.4#6332)