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 CFA431748A for ; Sun, 26 Apr 2015 12:11:04 +0000 (UTC) Received: (qmail 36101 invoked by uid 500); 26 Apr 2015 12:11:04 -0000 Delivered-To: apmail-flink-issues-archive@flink.apache.org Received: (qmail 36051 invoked by uid 500); 26 Apr 2015 12:11:04 -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 36041 invoked by uid 99); 26 Apr 2015 12:11:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Apr 2015 12:11:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: message received from 54.191.145.13 which is an MX secondary for issues@flink.apache.org) Received: from [54.191.145.13] (HELO mx1-us-west.apache.org) (54.191.145.13) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Apr 2015 12:10:58 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 7DF3420B92 for ; Sun, 26 Apr 2015 12:10:38 +0000 (UTC) Received: (qmail 35866 invoked by uid 99); 26 Apr 2015 12:10:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Apr 2015 12:10:38 +0000 Date: Sun, 26 Apr 2015 12:10:38 +0000 (UTC) From: "Vasia Kalavri (JIRA)" To: issues@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri resolved FLINK-1514. ---------------------------------- Resolution: Implemented Fix Version/s: 0.9 > [Gelly] Add a Gather-Sum-Apply iteration method > ----------------------------------------------- > > Key: FLINK-1514 > URL: https://issues.apache.org/jira/browse/FLINK-1514 > Project: Flink > Issue Type: New Feature > Components: Gelly > Affects Versions: 0.9 > Reporter: Vasia Kalavri > Assignee: Daniel Bali > Fix For: 0.9 > > > This will be a method that implements the GAS computation model, but without the "scatter" step. The phases can be mapped into the following steps inside a delta iteration: > gather: a map on each < srcVertex, edge, trgVertex > that produces a partial value > sum: a reduce that combines the partial values > apply: join with vertex set to update the vertex values using the results of sum and the previous state. -- This message was sent by Atlassian JIRA (v6.3.4#6332)