Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-27 Thread Eliza
Hi on 2019/8/28 13:03, Fabian Hueske wrote: The Docker images for Flink 1.9.0 with Scala 2.12 are available now :-) Nice work. How to deploy a cluster with one master and multi-workers by docker image? regards.

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-27 Thread Fabian Hueske
Hi everyone, The Docker images for Flink 1.9.0 with Scala 2.12 are available now :-) Cheers, Fabian Oytun Tez schrieb am Di., 27. Aug. 2019, 21:18: > Thank you, Fabian! We are migrating soon once 2.12 is available. > > Cheers, > > --- > Oytun Tez > > *M O T A W O R D* > The World's Fastest Hum

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-27 Thread Oytun Tez
Thank you, Fabian! We are migrating soon once 2.12 is available. Cheers, --- Oytun Tez *M O T A W O R D* The World's Fastest Human Translation Platform. oy...@motaword.com — www.motaword.com On Tue, Aug 27, 2019 at 8:11 AM Fabian Hueske wrote: > Hi all, > > Flink 1.9 Docker images are availa

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-27 Thread Fabian Hueske
Hi all, Flink 1.9 Docker images are available at Docker Hub [1] now. Due to some configuration issue, there are only Scala 2.11 issues at the moment but this was fixed [2]. Flink 1.9 Scala 2.12 images should be available soon. Cheers, Fabian [1] https://hub.docker.com/_/flink [2] https://github.

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-26 Thread Oytun Tez
Thanks Till and Zili! I see that docker-flink repo now has 1.9 set up, we are only waiting for it to be pushed to Docker Hub. We should be fine once that is done. Thanks again! --- Oytun Tez *M O T A W O R D* The World's Fastest Human Translation Platform. oy...@motaword.com — www.motaword.c

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-26 Thread Zili Chen
Hi Oytun, I think it intents to publish flink-queryable-state-client-java without scala suffix since it is scala-free. An artifact without scala suffix has been published [2]. See also [1]. Best, tison. [1] https://issues.apache.org/jira/browse/FLINK-12602 [2] https://mvnrepository.com/artifact

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-26 Thread Till Rohrmann
The missing support for the Scala shell with Scala 2.12 was documented in the 1.7 release notes [1]. @Oytun, the docker image should be updated in a bit. Sorry for the inconveniences. Thanks for the pointer that flink-queryable-state-client-java_2.11 hasn't been published. We'll upload this in a b

Re:[ANNOUNCE] Apache Flink 1.9.0 released

2019-08-24 Thread chaojianok
Congratulations and thanks! At 2019-08-22 20:03:26, "Tzu-Li (Gordon) Tai" wrote: >The Apache Flink community is very happy to announce the release of Apache >Flink 1.9.0, which is the latest major release. > >Apache Flink® is an open-source stream processing framework for >distributed, high-perfor

Re:[ANNOUNCE] Apache Flink 1.9.0 released

2019-08-24 Thread chaojianok
Congratulations and thanks! At 2019-08-22 20:03:26, "Tzu-Li (Gordon) Tai" wrote: The Apache Flink community is very happy to announce the release of Apache Flink 1.9.0, which is the latest major release. Apache Flink® is an open-source stream processing framework for distributed, high-perform

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Gavin Lee
Got it. Thanks Till & Zili. +1 for the release notes need to cover such issues. On Fri, Aug 23, 2019 at 11:01 PM Oytun Tez wrote: > Hi all, > > We also had to rollback our upgrade effort for 2 reasons: > > - Official Docker container is not ready yet > - This artefact is not published with > sc

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Oytun Tez
Hi all, We also had to rollback our upgrade effort for 2 reasons: - Official Docker container is not ready yet - This artefact is not published with scala: org.apache.flink:flink-queryable-state-client-java_2.11:jar:1.9.0 --- Oytun Tez *M O T A W O R D* The World's Fastest Human Translatio

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Zili Chen
Hi Till, Did we mention this in release note(or maybe previous release note where we did the exclusion)? Best, tison. Till Rohrmann 于2019年8月23日周五 下午10:28写道: > Hi Gavin, > > if I'm not mistaken, then the community excluded the Scala FlinkShell > since a couple of versions for Scala 2.12. The p

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Till Rohrmann
Hi Gavin, if I'm not mistaken, then the community excluded the Scala FlinkShell since a couple of versions for Scala 2.12. The problem seems to be that some of the tests failed. See here [1] for more information. [1] https://issues.apache.org/jira/browse/FLINK-10911 Cheers, Till On Fri, Aug 23,

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Gavin Lee
I used package on apache official site, with mirror [1], the difference is I used scala 2.12 version. I also tried to build from source for both scala 2.11 and 2.12, when build 2.12 the FlinkShell.class is in flink-dist jar file but after running mvn clean package -Dscala-2.12, this class was remov

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Zili Chen
I downloaded 1.9.0 dist from here[1] and didn't see the issue. Where do you download it? Could you try to download the dist from [1] and see whether the problem last? Best, tison. [1] http://mirrors.tuna.tsinghua.edu.cn/apache/flink/flink-1.9.0/flink-1.9.0-bin-scala_2.11.tgz Gavin Lee 于2019年8月

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Gavin Lee
Thanks for your reply @Zili. I'm afraid it's not the same issue. I found that the FlinkShell.class was not included in flink dist jar file in 1.9.0 version. Nowhere can find this class file inside jar, either in opt or lib directory under root folder of flink distribution. On Fri, Aug 23, 2019 at

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Zili Chen
Hi Gavin, I also find a problem in shell if the directory contain whitespace then the final command to run is incorrect. Could you check the final command to be executed? FYI, here is the ticket[1]. Best, tison. [1] https://issues.apache.org/jira/browse/FLINK-13827 Gavin Lee 于2019年8月23日周五 下午

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-23 Thread Gavin Lee
Why bin/start-scala-shell.sh local return following error? bin/start-scala-shell.sh local Error: Could not find or load main class org.apache.flink.api.scala.FlinkShell For flink 1.8.1 and previous ones, no such issues. On Fri, Aug 23, 2019 at 2:05 PM qi luo wrote: > Congratulations and thanks

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread qi luo
Congratulations and thanks for the hard work! Qi > On Aug 22, 2019, at 8:03 PM, Tzu-Li (Gordon) Tai wrote: > > The Apache Flink community is very happy to announce the release of Apache > Flink 1.9.0, which is the latest major release. > > Apache Flink® is an open-source stream processing fra

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Peter Huang
It is great news for the community. Thanks to everyone who contributed to the release management. Congratulations! On Thu, Aug 22, 2019 at 9:14 PM Haibo Sun wrote: > Great news! Thanks Gordon and Kurt! > > Best, > Haibo > > > At 2019-08-22 20:03:26, "Tzu-Li (Gordon) Tai" wrote: > >The Apache Fl

Re:[ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Haibo Sun
Great news! Thanks Gordon and Kurt!Best, Haibo At 2019-08-22 20:03:26, "Tzu-Li (Gordon) Tai" wrote: >The Apache Flink community is very happy to announce the release of Apache >Flink 1.9.0, which is the latest major release. > >Apache Flink® is an open-source stream processing framework for >dist

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Dian Fu
常用邮箱 mailto:xu_soft39211...@163.com>> > Cc: Yang Wang mailto:danrtsey...@gmail.com>>; user > mailto:user@flink.apache.org>> > Subject: Re: [ANNOUNCE] Apache Flink 1.9.0 released > > Cheers!! Thanks Gordon and Kurt for driving the release! > > On Thu, Aug 22, 2019 a

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Guowei Ma
gratulations! >>> >>> Great thanks to all for making this release possible, especially to our >>> release managers! >>> >>> Best Regards, >>> Yu >>> >>> >>> On Thu, 22 Aug 2019 at 14:55, Xintong Song >>> wrote: >>

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Congxian Qiu
thanks for everyone who ever contributed to this release. >> >> Best >> Yun Tang >> -- >> *From:* Becket Qin >> *Sent:* Friday, August 23, 2019 0:19 >> *To:* 不常用邮箱 >> *Cc:* Yang Wang ; user >> *Subject:* Re: [ANNOUNCE] Apache

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Kurt Young
> *To:* 不常用邮箱 > *Cc:* Yang Wang ; user > *Subject:* Re: [ANNOUNCE] Apache Flink 1.9.0 released > > Cheers!! Thanks Gordon and Kurt for driving the release! > > On Thu, Aug 22, 2019 at 5:36 PM 不常用邮箱 wrote: > > Good news! > > Best. > -- > Louis > Email: xu_s

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Yun Tang
t: Re: [ANNOUNCE] Apache Flink 1.9.0 released Cheers!! Thanks Gordon and Kurt for driving the release! On Thu, Aug 22, 2019 at 5:36 PM 不常用邮箱 mailto:xu_soft39211...@163.com>> wrote: Good news! Best. -- Louis Email: xu_soft39211...@163.com<mailto:xu_soft39211...@163.com> On Aug 22, 2019, at

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Becket Qin
managers, and thanks all >>>>> the contributors. >>>>> >>>>> Thank you~ >>>>> Xintong Song >>>>> >>>>> >>>>> >>>>> On Thu, Aug 22, 2019 at 2:39 PM Yun Gao wrote: >>>>> >>>>>

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread 不常用邮箱
and very thanks > for everyone for the contributions ! > > Best, > Yun > > > > ---------- > From:Zhu Zhu mailto:reed...@gmail.com>> > Send Time:2019 Aug. 22 (Thu.) 20:18 > To:Eliza ma

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Yang Wang
Song >>>> >>>> >>>> >>>> On Thu, Aug 22, 2019 at 2:39 PM Yun Gao wrote: >>>> >>>>> Congratulations ! >>>>> >>>>> Very thanks for Gordon and Kurt for managing the release and very >>>>&g

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Biao Liu
>> >>> >>> On Thu, Aug 22, 2019 at 2:39 PM Yun Gao wrote: >>> >>>> Congratulations ! >>>> >>>> Very thanks for Gordon and Kurt for managing the release and very >>>> thanks for everyone for the contributions ! >>

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Paul Lam
> Yun >>> >>> >>> >>> -- >>> From:Zhu Zhu >>> Send Time:2019 Aug. 22 (Thu.) 20:18 >>> To:Eliza >>> Cc:user >>> Subject:Re: [ANNOUNCE] Apache Fli

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Yu Li
ryone for the contributions ! >> >> Best, >> Yun >> >> >> >> -- >> From:Zhu Zhu >> Send Time:2019 Aug. 22 (Thu.) 20:18 >> To:Eliza >> Cc:user >> Subject

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Xintong Song
; thanks for everyone for the contributions ! > > Best, > Yun > > > > -- > From:Zhu Zhu > Send Time:2019 Aug. 22 (Thu.) 20:18 > To:Eliza > Cc:user > Subject:Re: [ANNOUNCE] Apache Flink

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Yun Gao
Subject:Re: [ANNOUNCE] Apache Flink 1.9.0 released Thanks Gordon for the update. Congratulations that we have Flink 1.9.0 released! Thanks to all the contributors. Thanks, Zhu Zhu Eliza 于2019年8月22日周四 下午8:10写道: On 2019/8/22 星期四 下午 8:03, Tzu-Li (Gordon) Tai wrote: > The Apache Flink commun

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Zhu Zhu
Thanks Gordon for the update. Congratulations that we have Flink 1.9.0 released! Thanks to all the contributors. Thanks, Zhu Zhu Eliza 于2019年8月22日周四 下午8:10写道: > > > On 2019/8/22 星期四 下午 8:03, Tzu-Li (Gordon) Tai wrote: > > The Apache Flink community is very happy to announce the release of > >

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Zili Chen
Congratulations! Thanks Gordon and Kurt for being the release manager. Thanks all the contributors who have made this release possible. Best, tison. Jark Wu 于2019年8月22日周四 下午8:11写道: > Congratulations! > > Thanks Gordon and Kurt for being the release manager and thanks a lot to > all the contr

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread JingsongLee
Congratulations~~~ Thanks gordon and everyone~ Best, Jingsong Lee -- From:Oytun Tez Send Time:2019年8月22日(星期四) 14:06 To:Tzu-Li (Gordon) Tai Cc:dev ; user ; announce Subject:Re: [ANNOUNCE] Apache Flink 1.9.0 released

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Oytun Tez
Ah, I was worried State Processor API would work only on savepoints, but this confirmed the opposite: The new State Processor API covers all variations of snapshots: savepoints, full checkpoints and incremental checkpoints. Now this is a good day for me. I can imagine creating some abstractions a

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Jark Wu
Congratulations! Thanks Gordon and Kurt for being the release manager and thanks a lot to all the contributors. Cheers, Jark On Thu, 22 Aug 2019 at 20:06, Oytun Tez wrote: > Congratulations team; thanks for the update, Gordon. > > --- > Oytun Tez > > *M O T A W O R D* > The World's Fastest Hu

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Eliza
On 2019/8/22 星期四 下午 8:03, Tzu-Li (Gordon) Tai wrote: The Apache Flink community is very happy to announce the release of Apache Flink 1.9.0, which is the latest major release. Congratulations and thanks~ regards.

Re: [ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Oytun Tez
Congratulations team; thanks for the update, Gordon. --- Oytun Tez *M O T A W O R D* The World's Fastest Human Translation Platform. oy...@motaword.com — www.motaword.com On Thu, Aug 22, 2019 at 8:03 AM Tzu-Li (Gordon) Tai wrote: > The Apache Flink community is very happy to announce the rele

[ANNOUNCE] Apache Flink 1.9.0 released

2019-08-22 Thread Tzu-Li (Gordon) Tai
The Apache Flink community is very happy to announce the release of Apache Flink 1.9.0, which is the latest major release. Apache Flink® is an open-source stream processing framework for distributed, high-performing, always-available, and accurate data streaming applications. The release is avail