Re: [VOTE] Release 1.10.1, release candidate #2

2020-05-02 Thread Thomas Weise
+1 (binding) Checked signatures and hashes. Run internal benchmark applications. I found a regression that was actually introduced with 1.10.0, hence not a blocker for this release: https://github.com/apache/flink/pull/11975 Thanks, Thomas On Fri, May 1, 2020 at 5:37 AM Yu Li wrote: > Hi

Re: "[VOTE] FLIP-108: edit the Public API"

2020-05-02 Thread Becket Qin
+1. The API change sounds good to me. Thanks, Jiangjie (Becket) Qin On Fri, May 1, 2020 at 10:25 PM Yu Li wrote: > +1 > > I could see there's a thorough discussion and the solution looks good. > Thanks for driving this Yangze. > > Best Regards, > Yu > > > On Fri, 1 May 2020 at 21:34, Till

Re: [VOTE] Release 1.10.1, release candidate #2

2020-05-02 Thread Yangze Guo
+1 (non-binding) - Building from source with all tests passed - Build a custom image with 1.10.1-rc2 - Deploy a native session cluster on K8s and submit multiple jobs - Deploy a session cluster on Yarn and submit multiple jobs - Submit WordCount on Yarn in per-job mode. Best, Yangze Guo On Fri,

Re: [DISCUSS] Introduce The Batch/Stream ExecutionEnvironment in Yarn mode

2020-05-02 Thread Jeff Zhang
Hi Roc, You can try flink on zeppelin, where you can submit flink job to yarn directly without starting flink cluster by yourself. Here's a few tutorials. 1) Get started https://link.medium.com/oppqD6dIg5 2) Batch https://link.medium.com/3qumbwRIg5