Re: How to run a job with job cluster mode on top of mesos?

2019-04-02 Thread Jacky Yin 殷传旺
Yes, it worked for me. However, just like what you said, it is not that straightforward, so I would like to learn from ` StandaloneJobClusterEntrypoint ` and try to enhance the ` MesosJobClusterEntrypoint`.  Jacky Yin 发件人: Till Rohrmann 日期: 2019年4月2日 星期二 下午10:50 收件人: Jacky Yin 殷传旺 抄送:

Re: How to run a job with job cluster mode on top of mesos?

2019-04-02 Thread Till Rohrmann
By the way, did the Mesos job mode work for you in the end? On Tue, Apr 2, 2019 at 7:47 AM Till Rohrmann wrote: > Sure I will help with the review. Thanks for opening the PR Jacky. > > Cheers, > Till > > On Tue, Apr 2, 2019 at 2:17 AM Jacky Yin 殷传旺 wrote: > >> Hello Till, >> >> >> >> I

Re: How to run a job with job cluster mode on top of mesos?

2019-04-02 Thread Till Rohrmann
Sure I will help with the review. Thanks for opening the PR Jacky. Cheers, Till On Tue, Apr 2, 2019 at 2:17 AM Jacky Yin 殷传旺 wrote: > Hello Till, > > > > I submitted a PR(#8084) for this issue. Could you help review it? > > > > Many thanks! > > > > *Jacky Yin* > > *发件人**: *Till Rohrmann >

Re: How to run a job with job cluster mode on top of mesos?

2019-04-02 Thread Jacky Yin 殷传旺
Hello Till, I submitted a PR(#8084) for this issue. Could you help review it? Many thanks! Jacky Yin 发件人: Till Rohrmann 日期: 2019年3月29日 星期五 下午11:06 收件人: Jacky Yin 殷传旺 抄送: "user@flink.apache.org" 主题: Re: How to run a job with job cluster mode on top of mesos? Thanks a lot Jacky. Cheers, Till

Re: How to run a job with job cluster mode on top of mesos?

2019-03-29 Thread Till Rohrmann
Thanks a lot Jacky. Cheers, Till On Fri, Mar 29, 2019 at 1:50 PM Jacky Yin 殷传旺 wrote: > Hello Till, > > > > Thanks very much for the clear steps. And I noticed that you have already > created a jira ticket for this issue and I would like to contribute it. (I > have already assigned it to me).

Re: How to run a job with job cluster mode on top of mesos?

2019-03-29 Thread Jacky Yin 殷传旺
Hello Till, Thanks very much for the clear steps. And I noticed that you have already created a jira ticket for this issue and I would like to contribute it. (I have already assigned it to me).  Jacky Yin 发件人: Till Rohrmann 日期: 2019年3月26日 星期二 下午6:31 收件人: Jacky Yin 殷传旺 抄送:

Re: How to run a job with job cluster mode on top of mesos?

2019-03-26 Thread Till Rohrmann
Hi Jacky, you're right that we are currently lacking documentation for the `mesos-appmaster-job.sh` script. I've added a JIRA issue to cover this [1]. In order to use this script you first need to store a serialized version of the `JobGraph` you want to run somewhere where the Mesos appmaster

How to run a job with job cluster mode on top of mesos?

2019-03-22 Thread Jacky Yin 殷传旺
Anybody can help? I found the help documentation about how to do with the job cluster mode for yarn, docker and k8s. However only the help of session cluster mode is provided in flink web site for mesos. It looks like the shell “mesos-appmaster-job.sh” should be the right one to run a job with