Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-12 Thread Gary Yao
g the image locally, it will totally > > > download > > > > > >> 260MB files including the base image and packages. For pulling > from > > > > > >> DockerHub, the compressed size of the image is 347MB. Thus, I > agree > > > > > >

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-11 Thread Yangze Guo
is 347MB. Thus, I agree > > > > >> that it is ok to build the image locally. > > > > >> > > > > >> @Piyush > > > > >> Thank you for offering the help and sharing your usage scenario. In > > > > >> current stage

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-11 Thread Gary Yao
; >> current stage, I think it will be really helpful if you can compress > > > >> the custom image[1] or reduce the time overhead to build it locally. > > > >> Any ideas for improving test coverage will also be appreciated. > > > >> > > > >> [1] >

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-11 Thread Till Rohrmann
ge will also be appreciated. > > >> > > >> [1] > > > https://hub.docker.com/layers/karmagyz/mesos-flink/latest/images/sha256-4e1caefea107818aa11374d6ac8a6e889922c81806f5cd791ead141f18ec7e64 > > >> > > >> Best, > > >> Yangze Guo > > >

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-10 Thread Xintong Song
t;> Yangze Guo > >> > >> On Sat, Dec 7, 2019 at 3:17 AM Piyush Narang > wrote: > >> > > >> > +1 from our end as well. At Criteo, we are running some Flink jobs on > Mesos in production to compute short term features for machine learning. > We’d lov

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-10 Thread Yangze Guo
7, 2019 at 3:17 AM Piyush Narang wrote: >> > >> > +1 from our end as well. At Criteo, we are running some Flink jobs on >> > Mesos in production to compute short term features for machine learning. >> > We’d love to help out and contribute on this initia

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-08 Thread Yang Wang
ng some Flink jobs on > Mesos in production to compute short term features for machine learning. > We’d love to help out and contribute on this initiative. > > > > Thanks, > > -- Piyush > > > > > > From: Till Rohrmann > > Date: Friday, December 6, 2019

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-07 Thread Yangze Guo
> Cc: user > Subject: Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration > > Big +1 for adding a fully working e2e test for Flink's Mesos integration. > Ideally we would have it ready for the 1.10 release. The lack of such a test > has bitten us already multipl

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-06 Thread Piyush Narang
: user Subject: Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration Big +1 for adding a fully working e2e test for Flink's Mesos integration. Ideally we would have it ready for the 1.10 release. The lack of such a test has bitten us already multiple times. In general I would

Re: [DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-06 Thread Till Rohrmann
Big +1 for adding a fully working e2e test for Flink's Mesos integration. Ideally we would have it ready for the 1.10 release. The lack of such a test has bitten us already multiple times. In general I would prefer to use the official image if possible since it frees us from maintaining our own cu

[DISCUSS] Adding e2e tests for Flink's Mesos integration

2019-12-06 Thread Yangze Guo
Hi, all, Currently, there is no end to end test or IT case for Mesos deployment while the common deployment related developing would inevitably touch the logic of this component. Thus, some work needs to be done to guarantee experience for both Meos users and contributors. After offline discussion