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 42E62200CAE for ; Wed, 21 Jun 2017 20:44:15 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 40EFD160BD5; Wed, 21 Jun 2017 18:44:15 +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 AE560160BD0 for ; Wed, 21 Jun 2017 20:44:14 +0200 (CEST) Received: (qmail 99727 invoked by uid 500); 21 Jun 2017 18:44:13 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@flink.apache.org Received: (qmail 99717 invoked by uid 99); 21 Jun 2017 18:44:13 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Jun 2017 18:44:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 637291AFBC0 for ; Wed, 21 Jun 2017 18:44:13 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.232 X-Spam-Level: ** X-Spam-Status: No, score=2.232 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_NONE=-0.0001, SPF_FAIL=0.919, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id UwsX3_l-gWBE for ; Wed, 21 Jun 2017 18:44:12 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id A359E5F523 for ; Wed, 21 Jun 2017 18:44:11 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id C67FE4C18C6B0 for ; Wed, 21 Jun 2017 11:44:10 -0700 (MST) Date: Wed, 21 Jun 2017 11:27:20 -0700 (PDT) From: nragon To: user@flink.apache.org Message-ID: <1498069640013-13905.post@n4.nabble.com> In-Reply-To: <1498067200205-13904.post@n4.nabble.com> References: <1498063430694-13901.post@n4.nabble.com> <1498067200205-13904.post@n4.nabble.com> Subject: Re: Related datastream MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Wed, 21 Jun 2017 18:44:15 -0000 The reason I'm doing it on stream is because i can have many records in memory and I want to execute this in an ordinary laptop. With streaming i can achieve this. So i set my links between a and c with 0..4 meaning each record from a can have between 0 or 4 records, same for b. But for now leta consider each record from a and b originates a record from c. With dataset api would be easy, but don't know about memory issues. -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Related-datastream-tp13901p13905.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.