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 B8D61200BFD for ; Sun, 15 Jan 2017 20:23:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B74D1160B2B; Sun, 15 Jan 2017 19:23:54 +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 B6022160B32 for ; Sun, 15 Jan 2017 20:23:53 +0100 (CET) Received: (qmail 44886 invoked by uid 500); 15 Jan 2017 19:23:52 -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 44869 invoked by uid 99); 15 Jan 2017 19:23:52 -0000 Received: from mail-relay.apache.org (HELO mail-relay.apache.org) (140.211.11.15) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jan 2017 19:23:52 +0000 Received: from mail-yw0-f180.google.com (mail-yw0-f180.google.com [209.85.161.180]) by mail-relay.apache.org (ASF Mail Server at mail-relay.apache.org) with ESMTPSA id 258281A06AA; Sun, 15 Jan 2017 19:23:52 +0000 (UTC) Received: by mail-yw0-f180.google.com with SMTP id l19so58105385ywc.2; Sun, 15 Jan 2017 11:23:52 -0800 (PST) X-Gm-Message-State: AIkVDXLza3TQElj7fLO5xRqbmE69BJFykTWTYjOfxXbhUkkFwIT12iiIbRPO3beC8ypvuU2EnB6da+0c0szM9Q== X-Received: by 10.129.156.87 with SMTP id t84mr23042750ywg.100.1484508231228; Sun, 15 Jan 2017 11:23:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.129.91.133 with HTTP; Sun, 15 Jan 2017 11:23:50 -0800 (PST) In-Reply-To: References: <485DD43D9DAFFD46A551968C33D60410012C939D@DGGEMA502-MBX.china.huawei.com> <5877A6A0.8060509@apache.org> From: Till Rohrmann Date: Sun, 15 Jan 2017 20:23:50 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: =?UTF-8?B?UmU6IOetlOWkjTogW0RJU0NVU1NdIEFwYWNoZSBGbGluayAxLjIuMCBSQzAgKE5vbi12bw==?= =?UTF-8?B?dGluZyB0ZXN0aW5nIHJlbGVhc2UgY2FuZGlkYXRlKQ==?= To: user@flink.apache.org Cc: "dev@flink.apache.org" Content-Type: multipart/alternative; boundary=94eb2c0b7b00c9e9fa05462701ab archived-at: Sun, 15 Jan 2017 19:23:54 -0000 --94eb2c0b7b00c9e9fa05462701ab Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I found two problematic issues with Mesos HA mode which breaks it: https://issues.apache.org/jira/browse/FLINK-5495 https://issues.apache.org/jira/browse/FLINK-5496 On Fri, Jan 13, 2017 at 11:29 AM, Fabian Hueske wrote: > I tested the Table API / SQL a bit. > > I implemented a windowed aggregation with the streaming Table API and it > produced the same results as a DataStream API implementation. > Joining a stream with a TableFunction also seemed to work well. > Moreover, I checked the results of a bunch of TPC-H queries (batch SQL) > and all produced correct results. > > > > 2017-01-12 17:45 GMT+01:00 Till Rohrmann : > >> I'm wondering whether we should not depend the webserver encryption on t= he >> global encryption activation and activating it instead per default. >> >> On Thu, Jan 12, 2017 at 4:54 PM, Chesnay Schepler >> wrote: >> >> > FLINK-5470 is a duplicate of FLINK-5298 for which there is also an ope= n >> PR. >> > >> > FLINK-5472 is imo invalid since the webserver does support https, you >> just >> > have to enable it as per the security documentation. >> > >> > >> > On 12.01.2017 16:20, Till Rohrmann wrote: >> > >> > I also found an issue: >> > >> > https://issues.apache.org/jira/browse/FLINK-5470 >> > >> > I also noticed that Flink's webserver does not support https requests. >> It >> > might be worthwhile to add it, though. >> > >> > https://issues.apache.org/jira/browse/FLINK-5472 >> > >> > On Thu, Jan 12, 2017 at 11:24 AM, Robert Metzger >> > wrote: >> > >> >> I also found a bunch of issues >> >> >> >> https://issues.apache.org/jira/browse/FLINK-5465 >> >> https://issues.apache.org/jira/browse/FLINK-5462 >> >> https://issues.apache.org/jira/browse/FLINK-5464 >> >> https://issues.apache.org/jira/browse/FLINK-5463 >> >> >> >> >> >> On Thu, Jan 12, 2017 at 9:56 AM, Fabian Hueske < >> >> fhueske@gmail.com> wrote: >> >> >> >> > I have another bugfix for 1.2.: >> >> > >> >> > https://issues.apache.org/jira/browse/FLINK-2662 (pending PR) >> >> > >> >> > 2017-01-10 15:16 GMT+01:00 Robert Metzger < >> >> rmetzger@apache.org>: >> >> > >> >> > > Hi, >> >> > > >> >> > > this depends a lot on the number of issues we find during the >> testing. >> >> > > >> >> > > >> >> > > These are the issues I found so far: >> >> > > >> >> > > https://issues.apache.org/jira/browse/FLINK-5379 (unresolved) >> >> > > https://issues.apache.org/jira/browse/FLINK-5383 (resolved) >> >> > > https://issues.apache.org/jira/browse/FLINK-5382 (resolved) >> >> > > https://issues.apache.org/jira/browse/FLINK-5381 (resolved) >> >> > > https://issues.apache.org/jira/browse/FLINK-5380 (pending PR) >> >> > > >> >> > > >> >> > > >> >> > > >> >> > > On Tue, Jan 10, 2017 at 11:58 AM, shijinkui >> >> > wrote: >> >> > > >> >> > > > Do we have a probable time of 1.2 release? This month or Next >> month? >> >> > > > >> >> > > > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6----- >> >> > > > =E5=8F=91=E4=BB=B6=E4=BA=BA: Robert Metzger [mailto: >> >> rmetzger@apache.org] >> >> > > > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2017=E5=B9=B41=E6=9C=883= =E6=97=A5 20:44 >> >> > > > =E6=94=B6=E4=BB=B6=E4=BA=BA: dev@flink.apache.org >> >> > > > =E6=8A=84=E9=80=81: user@flink.apache.org >> >> > > > =E4=B8=BB=E9=A2=98: [DISCUSS] Apache Flink 1.2.0 RC0 (Non-votin= g testing release >> >> > > candidate) >> >> > > > >> >> > > > Hi, >> >> > > > >> >> > > > First of all, I wish everybody a happy new year 2017. >> >> > > > >> >> > > > I've set user@flink in CC so that users who are interested in >> >> helping >> >> > > > with the testing get notified. Please respond only to the dev@ >> >> list to >> >> > > > keep the discussion there! >> >> > > > >> >> > > > According to the 1.2 release discussion thread, I've created a >> first >> >> > > > release candidate for Flink 1.2. >> >> > > > The release candidate will not be the final release, because I'= m >> >> > certain >> >> > > > that we'll find at least one blocking issue in the candidate :) >> >> > > > >> >> > > > Therefore, the RC is meant as a testing only release candidate. >> >> > > > Please report every issue we need to fix before the next RC in >> this >> >> > > thread >> >> > > > so that we have a good overview. >> >> > > > >> >> > > > The release artifacts are located here: >> >> > > > http://people.apache.org/~rmetzger/flink-1.2.0-rc0/ >> >> > > > >> >> > > > The maven staging repository is located here: >> >> > > > https://repository.apache.org/content/repositories/orgapache >> >> flink-1111 >> >> > > > >> >> > > > The release commit (in branch "release-1.2.0-rc0"): >> >> > > > http://git-wip-us.apache.org/repos/asf/flink/commit/f3c59ced >> >> > > > >> >> > > > >> >> > > > Happy testing! >> >> > > > >> >> > > >> >> > >> >> >> > >> > >> > >> > > --94eb2c0b7b00c9e9fa05462701ab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I found two problematic issues with Mesos HA mode which br= eaks it:


On Fri, Jan 13, 2017 at 11:29 AM= , Fabian Hueske <fhueske@gmail.com> wrote:
I tested the Table API / SQL a = bit.

I implemented a windowed aggregation with the streaming Table = API and it produced the same results as a DataStream API implementation.
Joining a stream with a TableFunction also seemed to work well.
M= oreover, I checked the results of a bunch of TPC-H queries (batch SQL) and = all produced correct results.



2017-01-12 17:45 GMT+01:00 Til= l Rohrmann <trohrmann@apache.org>:
I'm wondering whether we should not depend the webserver = encryption on the
global encryption activation and activating it instead per default.

On Thu, Jan 12, 2017 at 4:54 PM, Chesnay Schepler <chesnay@apache.org>
wrote:

> FLINK-5470 is a duplicate of FLINK-5298 for which there is also an ope= n PR.
>
> FLINK-5472 is imo invalid since the webserver does support https, you = just
> have to enable it as per the security documentation.
>
>
> On 12.01.2017 16:20, Till Rohrmann wrote:
>
> I also found an issue:
>
> https://issues.apache.org/jira/browse/FLIN= K-5470
>
> I also noticed that Flink's webserver does not support https reque= sts. It
> might be worthwhile to add it, though.
>
> https://issues.apache.org/jira/browse/FLIN= K-5472
>
> On Thu, Jan 12, 2017 at 11:24 AM, Robert Metzger <rmetzger@apache.org>
> wrote:
>
>> I also found a bunch of issues
>>
>> https://issues.apache.org/jira/brows= e/FLINK-5465
>> https://issues.apache.org/jira/brows= e/FLINK-5462
>> https://issues.apache.org/jira/brows= e/FLINK-5464
>> https://issues.apache.org/jira/brows= e/FLINK-5463
>>
>>
>> On Thu, Jan 12, 2017 at 9:56 AM, Fabian Hueske < <fhueske@gmail.com>
>> fhueske@gma= il.com> wrote:
>>
>> > I have another bugfix for 1.2.:
>> >
>> > https://issues.apache.org/jira/br= owse/FLINK-2662 (pending PR)
>> >
>> > 2017-01-10 15:16 GMT+01:00 Robert Metzger < <rmetzger@apache.org><= br> >> rmetzger@= apache.org>:
>> >
>> > > Hi,
>> > >
>> > > this depends a lot on the number of issues we find durin= g the testing.
>> > >
>> > >
>> > > These are the issues I found so far:
>> > >
>> > > https://issues.apache.org/jira/browse/FLINK-5379 (unresolved)
>> > > https://issues.apache.org/jira/browse/FLINK-5383 (resolved)
>> > > https://issues.apache.org/jira/browse/FLINK-5382 (resolved)
>> > > https://issues.apache.org/jira/browse/FLINK-5381 (resolved)
>> > > https://issues.apache.org/jira/browse/FLINK-5380 (pending PR)
>> > >
>> > >
>> > >
>> > >
>> > > On Tue, Jan 10, 2017 at 11:58 AM, shijinkui <shijinkui@huawei.com= >
>> > wrote:
>> > >
>> > > > Do we have a probable time of 1.2 release? This mon= th or Next month?
>> > > >
>> > > > -----=E9=82=AE=E4=BB=B6=E5=8E=9F=E4=BB=B6-----
>> > > > =E5=8F=91=E4=BB=B6=E4=BA=BA: Robert Metzger [mailto= : <rmetzger@apa= che.org>
>> rmetzger@= apache.org]
>> > > > =E5=8F=91=E9=80=81=E6=97=B6=E9=97=B4: 2017=E5=B9=B4= 1=E6=9C=883=E6=97=A5 20:44
>> > > > =E6=94=B6=E4=BB=B6=E4=BA=BA: dev@flink.apache.org
>> > > > =E6=8A=84=E9=80=81: user@flink.apache.org
>> > > > =E4=B8=BB=E9=A2=98: [DISCUSS] Apache Flink 1.2.0 RC= 0 (Non-voting testing release
>> > > candidate)
>> > > >
>> > > > Hi,
>> > > >
>> > > > First of all, I wish everybody a happy new year 201= 7.
>> > > >
>> > > > I've set user@flink in CC so that users who are= interested in
>> helping
>> > > > with the testing get notified. Please respond only = to the dev@
>> list to
>> > > > keep the discussion there!
>> > > >
>> > > > According to the 1.2 release discussion thread, I&#= 39;ve created a first
>> > > > release candidate for Flink 1.2.
>> > > > The release candidate will not be the final release= , because I'm
>> > certain
>> > > > that we'll find at least one blocking issue in = the candidate :)
>> > > >
>> > > > Therefore, the RC is meant as a testing only releas= e candidate.
>> > > > Please report every issue we need to fix before the= next RC in this
>> > > thread
>> > > > so that we have a good overview.
>> > > >
>> > > > The release artifacts are located here:
>> > > > http://people.apache.org/= ~rmetzger/flink-1.2.0-rc0/
>> > > >
>> > > > The maven staging repository is located here:
>> > > > https://reposito= ry.apache.org/content/repositories/orgapache
>> flink-1111
>> > > >
>> > > > The release commit (in branch "release-1.2.0-r= c0"):
>> > > > http://git-wip-u= s.apache.org/repos/asf/flink/commit/f3c59ced
>> > > >
>> > > >
>> > > > Happy testing!
>> > > >
>> > >
>> >
>>
>
>
>


--94eb2c0b7b00c9e9fa05462701ab--