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 76C3C200C63 for ; Thu, 11 May 2017 09:14:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75665160BC7; Thu, 11 May 2017 07:14:08 +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 9596B160BB2 for ; Thu, 11 May 2017 09:14:07 +0200 (CEST) Received: (qmail 78024 invoked by uid 500); 11 May 2017 07:14:01 -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 78003 invoked by uid 99); 11 May 2017 07:14:01 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 May 2017 07:14:01 +0000 Received: from mail-pg0-f52.google.com (mail-pg0-f52.google.com [74.125.83.52]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 474761A0048 for ; Thu, 11 May 2017 07:14:01 +0000 (UTC) Received: by mail-pg0-f52.google.com with SMTP id u187so10154389pgb.0 for ; Thu, 11 May 2017 00:14:01 -0700 (PDT) X-Gm-Message-State: AODbwcCo932Gh0Oa4UuJ+x/52JepzrFQiZhbJ+u3+t6dOYPYmY+bohRi wQgP/O+rUXsQrvFieG3mejkNJTUJuA== X-Received: by 10.84.209.198 with SMTP id y64mr13759857plh.78.1494486840704; Thu, 11 May 2017 00:14:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.179.110 with HTTP; Thu, 11 May 2017 00:13:20 -0700 (PDT) In-Reply-To: References: <565c0c92-468f-4d95-fe6a-cefe9722d18c@apache.org> <27a7c055-0756-cb4d-ea6f-0303cbe63135@apache.org> From: Till Rohrmann Date: Thu, 11 May 2017 09:13:20 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [DISCUSS] Release 1.3.0 RC0 (Non voting, testing release candidate) To: dev@flink.apache.org Content-Type: multipart/alternative; boundary=94eb2c0412b243092b054f3a5501 archived-at: Thu, 11 May 2017 07:14:08 -0000 --94eb2c0412b243092b054f3a5501 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Renjie, 1.3 already contains some Flip-6 code. However, it is not yet fully functional. What you already can do is to run local jobs on the Flip-6 code base by instantiating a MiniCluster and then using the Flip6LocalStreamEnvironment. Cheers, Till On Thu, May 11, 2017 at 6:00 AM, Renjie Liu wrote= : > Hi, all: > Will the FLIP 6 be included in release 1.3? > > On Wed, May 10, 2017 at 9:48 PM Gyula F=C3=B3ra wr= ote: > > > Thanks you! :) > > > > Chesnay Schepler ezt =C3=ADrta (id=C5=91pont: 2017= . m=C3=A1j. 10., > > Sze, 15:44): > > > > > I guess it is related to this one > > > https://issues.apache.org/jira/browse/FLINK-6514 ? > > > > > > On 10.05.2017 15:34, Gyula F=C3=B3ra wrote: > > > > Hi, > > > > > > > > I tried to run an application on 1.3 but I keep getting the followi= ng > > > error: > > > > java.lang.NoClassDefFoundError: Could not initialize class > > > > org.apache.hadoop.security.UserGroupInformation > > > > at > > > > > > > > > org.apache.flink.runtime.security.modules.HadoopModule. > install(HadoopModule.java:45) > > > > at > > > > > > > > > org.apache.flink.runtime.security.SecurityUtils. > install(SecurityUtils.java:78) > > > > at org.apache.flink.client.CliFrontend.main(CliFrontend.java:1128) > > > > > > > > Even after adding hadoop-common to the lib manually (which I guess > > should > > > > not be necessary). > > > > > > > > Any idea what might cause this? > > > > > > > > Thanks, > > > > Gyula > > > > > > > > Chesnay Schepler ezt =C3=ADrta (id=C5=91pont: = 2017. m=C3=A1j. > > 9., > > > K, > > > > 13:27): > > > > > > > >> I looked into AppVeyor and managed to create a working setup that > > > >> replicates the problems i encounter locally. > > > >> https://ci.appveyor.com/project/zentol/flink/build/1.0.12 > > > >> > > > >> The integration should be as simple as placing an appveyor.yml > > (similar > > > >> to the travis.yml) into the repository and asking INFRA to enabled > it > > > >> for Flink. > > > >> > > > >> I've opened a JIRA to track this initiative: > > > >> https://issues.apache.org/jira/browse/FLINK-6510 > > > >> > > > >> On 09.05.2017 10:17, Robert Metzger wrote: > > > >>> Chesnay, I would propose to look into a CI solution for Windows. > I'll > > > try > > > >>> out appveyor.com for my Flink fork and report back how well it > works > > > >> (let > > > >>> me know if you want to look into it). > > > >>> > > > >>> On Tue, May 9, 2017 at 10:05 AM, Stephan Ewen > > > wrote: > > > >>> > > > >>>> @Renjie What functionality are you looking for? Most stuff shoul= d > > work > > > >> in > > > >>>> the normal master branch. > > > >>>> > > > >>>> > > > >>>> On Tue, May 9, 2017 at 10:02 AM, Renjie Liu < > > liurenjie2008@gmail.com> > > > >>>> wrote: > > > >>>> > > > >>>>> Stephan: > > > >>>>> This means that we can use FLIP 6 for basic functionality now? > Any > > > >>>>> document for setting up that? Will FLIP 6 be finished in releas= e > > 1.3? > > > >>>>> > > > >>>>> On Tue, May 9, 2017 at 3:43 PM Stephan Ewen > > > wrote: > > > >>>>> > > > >>>>>> @Renjie Liu: A good part of the FLIP-6 code is in there, but n= ot > > > all. > > > >>>>>> > > > >>>>>> It does run well on Yarn, Mesos, Docker, etc. > > > >>>>>> > > > >>>>>> We need to finish the FLIP-6 work mainly for full elasticity. > > > >>>>>> > > > >>>>>> > > > >>>>>> On Tue, May 9, 2017 at 5:24 AM, Renjie Liu < > > liurenjie2008@gmail.com > > > > > > > >>>>>> wrote: > > > >>>>>> > > > >>>>>>> Hi, does this include the FLIP6? > > > >>>>>>> > > > >>>>>>> On Tue, May 9, 2017 at 2:29 AM Stephan Ewen > > > >> wrote: > > > >>>>>>>> Did a quick test: Simply adding the "org.apache.maven.plugin= s. > > > >>>>>>>> shade.resource.ApacheNoticeResourceTransformer" helps with > > NOTICE > > > >>>>>>>> files, > > > >>>>>>>> but does not add the required BSD licence copies. > > > >>>>>>>> > > > >>>>>>>> > > > >>>>>>>> On Mon, May 8, 2017 at 8:25 PM, Stephan Ewen < > sewen@apache.org> > > > >>>> wrote: > > > >>>>>>>>> I did the first pass for the legal check. > > > >>>>>>>>> > > > >>>>>>>>> - Source LICENSE and NOTICE are okay > > > >>>>>>>>> > > > >>>>>>>>> - In the shaded JAR files, we are not bundling the > license > > > and > > > >>>>>>>>> notice files of the dependencies we include in the shaded > jars. > > > >>>>>>>>> =3D> Not a problem for Guava (Apache Licensed) > > > >>>>>>>>> =3D> I think is a problem for ASM (redistribution in > > binary > > > >> form, > > > >>>>>>>>> hence needs a notice of the copy) > > > >>>>>>>>> > > > >>>>>>>>> - The Table API / SQL module needs more entries for > Janino > > / > > > >>>>>>>>> Reflections (both BSD licensed) > > > >>>>>>>>> > > > >>>>>>>>> So that is definitely a blocker. > > > >>>>>>>>> > > > >>>>>>>>> > > > >>>>>>>>> On Mon, May 8, 2017 at 12:14 PM, Robert Metzger < > > > >> rmetzger@apache.org > > > >>>>>>>>> wrote: > > > >>>>>>>>> > > > >>>>>>>>>> Hi Devs, > > > >>>>>>>>>> > > > >>>>>>>>>> I've created a first non-voting release candidate for Flin= k > > > 1.3.0. > > > >>>>>>>>>> Please use this RC to test as much as you can and provide > > > feedback > > > >>>> to > > > >>>>>>>>>> the Flink community. The more we find and fix now, the > better > > > >> Flink > > > >>>> 1.3.0 > > > >>>>>>>>>> wil be :) > > > >>>>>>>>>> > > > >>>>>>>>>> I've CC'ed the user@ mailing list to get more people to > test > > > it. > > > >> DO > > > >>>>>>>>>> NOT USE THIS RELEASE CANDIDATE IN PRODUCTION. > > > >>>>>>>>>> > > > >>>>>>>>>> I will prepare a google document to synchronize the testin= g > > > >> effort a > > > >>>>>>>>>> bit more. > > > >>>>>>>>>> > > > >>>>>>>>>> Depending on the number of issues we identify, I hope that > we > > > can > > > >> do > > > >>>>>>>>>> the first VOTEing RC early next week. > > > >>>>>>>>>> > > > >>>>>>>>>> ------------------------------ > ------------------------------ > > > >>>> --------- > > > >>>>>>>>>> The release commit is > > f94c002991dcce9f1104f8e61b43efb2f8247cb4, > > > >>>>>>>>>> located here: http://git-wip-us.apache.org/repos/asf/flink= / > > > >>>>>>>>>> commit/f94c0029 > > > >>>>>>>>>> > > > >>>>>>>>>> The artifacts are located here: http://people.apache. > > > >>>>>>>>>> org/~rmetzger/flink-1.3.0-rc0/ > > > >>>>>>>>>> > > > >>>>>>>>>> The maven staging repository is here: https://repository. > > > >>>>>>>>>> apache.org/content/repositories/orgapacheflink-1118 > > > >>>>>>>>>> > > > >>>>>>>>>> ------------------------------ > ------------------------------ > > > >>>> --------- > > > >>>>>>>>>> Happy testing! > > > >>>>>>>>>> > > > >>>>>>>>>> Regards, > > > >>>>>>>>>> Robert > > > >>>>>>>>>> > > > >>>>>>>>>> > > > >>>>>>>> -- > > > >>>>>>> Liu, Renjie > > > >>>>>>> Software Engineer, MVAD > > > >>>>>>> > > > >>>>>> -- > > > >>>>> Liu, Renjie > > > >>>>> Software Engineer, MVAD > > > >>>>> > > > >> > > > > > > > > > -- > Liu, Renjie > Software Engineer, MVAD > --94eb2c0412b243092b054f3a5501--