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 03C01200BAF for ; Mon, 31 Oct 2016 14:01:50 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 023E2160B05; Mon, 31 Oct 2016 13:01:50 +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 49C24160AF0 for ; Mon, 31 Oct 2016 14:01:49 +0100 (CET) Received: (qmail 36180 invoked by uid 500); 31 Oct 2016 13:01:48 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@flink.apache.org Delivered-To: mailing list user@flink.apache.org Received: (qmail 36170 invoked by uid 99); 31 Oct 2016 13:01:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Oct 2016 13:01:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A8C95180646 for ; Mon, 31 Oct 2016 13:01:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.285 X-Spam-Level: ** X-Spam-Status: No, score=2.285 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id lXA_I_EZol3O for ; Mon, 31 Oct 2016 13:01:46 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D69A15F3A1 for ; Mon, 31 Oct 2016 13:01:45 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id 1386B63B4E76A for ; Mon, 31 Oct 2016 06:01:45 -0700 (MST) Date: Mon, 31 Oct 2016 05:52:28 -0700 (PDT) From: otherwise777 To: user@flink.apache.org Message-ID: <1477918348304-9784.post@n4.nabble.com> In-Reply-To: References: <1477812355403-9778.post@n4.nabble.com> <1477907670597-9782.post@n4.nabble.com> Subject: Re: Looping over a DataSet and accesing another DataSet MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Mon, 31 Oct 2016 13:01:50 -0000 Thank you for your reply, this is new information for me, Regarding the algorithm, i gave it a better look and i don't think it will work with joining. When looping over the Edge set (u,v) we need to be able to write and read A[u] and A[v]. If i join them it will create a new instances of that value and it doesn't matter if it's changed in one instance. For example i have the following edges: u v 1 2 1 3 With vertices and values: 1 a 2 b 3 c If i join them i get: u v u' v' 1 2 a b 1 3 a c If i loop over the joined set and change the u' value of the first instance to "d" then in my next loop step it will be 'a'. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Looping-over-a-DataSet-and-accesing-another-DataSet-tp9778p9784.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.