Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2132417794 for ; Fri, 20 Mar 2015 05:13:13 +0000 (UTC) Received: (qmail 18470 invoked by uid 500); 20 Mar 2015 05:06:32 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 18333 invoked by uid 500); 20 Mar 2015 05:06:32 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 18309 invoked by uid 99); 20 Mar 2015 05:06:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 05:06:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of henry.saputra@gmail.com designates 209.85.215.52 as permitted sender) Received: from [209.85.215.52] (HELO mail-la0-f52.google.com) (209.85.215.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Mar 2015 05:06:08 +0000 Received: by labe2 with SMTP id e2so3360295lab.3; Thu, 19 Mar 2015 22:05:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=J0F3HvZOvzYGhCqMld526WimXA6IoCgHPKQ+mDG3TCw=; b=hcqutOCkFPgjRyivjH6wNywCwB14z6rGmWLiKgJNsjJd0qWfZcCY5/N8OUIek2PcuD s3jUxaZXXdafAWPZzAfjZO4IdiFZMRgZdrts+SklxE75x9dLDx/Dx9XRyEutUqkloGOS qP/+iWHDMimi6Y6oMlmicgy3aDT2nD5p8KaYojzYTBPQHELHklj8kqqUX7XxVkB/ArHj h1BRF1eK7RUmVh1Dw9cxZ5rnKhhmZRPvoDZd8O7Xj+x7hl4mFwpcg0Hh5KPF9zt221N2 5d9oLJwyR5OgsdvKMyC1mUepGcWhCmHtBggU6O6ncRfkE5DUecEnCk8J9VaOJwwSN+0N NApw== MIME-Version: 1.0 X-Received: by 10.152.87.115 with SMTP id w19mr66571301laz.66.1426827921592; Thu, 19 Mar 2015 22:05:21 -0700 (PDT) Received: by 10.25.143.77 with HTTP; Thu, 19 Mar 2015 22:05:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 19 Mar 2015 22:05:21 -0700 Message-ID: Subject: Re: Flink cluster dev environment in Docker From: Henry Saputra To: user@flink.apache.org, "dev@flink.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org +1 for the idea. I cross post this to dev@ list for FYI - Henry On Tue, Mar 17, 2015 at 2:54 AM, Robert Metzger wrote: > Hey Emmanuel, > > thank you for this great contribution. I'm going to test the docker > deployment soon. > > I would actually like to include the files into the Flink source repository. > Either into the "flink-contrib" module, or into the "tools" directory. > Whats the take of the other committers on this? > > On Tue, Mar 17, 2015 at 10:01 AM, Flavio Pompermaier > wrote: >> >> Great addition! >> >> On Tue, Mar 17, 2015 at 5:11 AM, Emmanuel wrote: >>> >>> FYI >>> >>> Posted my dev cluster deployment in Docker here: >>> >>> https://github.com/streamnsight/docker-flink >>> >>> Still need to work on aggregating the logs but I hope it can get people >>> started easy. >>> >>> Cheers > >