Re: How to run flip-6 on mesos

2018-04-25 Thread Gary Yao
Hi Miki, We are currently working on resolving the last blocking issues for a second Release Candidate. Afterwards it depends on how many new blocking issues will be found during the testing. Best, Gary On Tue, Apr 24, 2018 at 9:42 AM, miki haiat wrote: > Its 1.4.2 ... > Any approximate date f

Re: How to run flip-6 on mesos

2018-04-24 Thread miki haiat
Its 1.4.2 ... Any approximate date for 1.5 release ? Thanks allot for your help . On Tue, Apr 24, 2018 at 10:39 AM, Gary Yao wrote: > Hi Miki, > > The stacktrace you posted looks familiar [1]. We have fixed the issue in > Flink > 1.5. What is the Flink version you are using? FLIP-6 before Fli

Re: How to run flip-6 on mesos

2018-04-24 Thread Gary Yao
Hi Miki, The stacktrace you posted looks familiar [1]. We have fixed the issue in Flink 1.5. What is the Flink version you are using? FLIP-6 before Flink 1.5 is very experimental, and I doubt that it is in a usable state. Since 1.5 is not out yet, you can either compile the release branch yourself

Re: How to run flip-6 on mesos

2018-04-24 Thread miki haiat
The problem is that the Web UI hasn't started at all Im using the sane config file that i used for none flip-6 is that ok ? Also i got this error in the logs . 2018-04-24 10:16:05,466 ERROR > org.apache.flink.runtime.dispatcher.StandaloneDispatcher - Could not > recover the job graph for 4a

Re: How to run flip-6 on mesos

2018-04-24 Thread Gary Yao
Hi Miki, IIRC the port on which the Web UI is listening is not allocated dynamically when deploying on Mesos, and should be 8081 by default (you can override the default by setting rest.port in flink-conf.yaml). If you can find out the hostname/IP of the JobManager, you can submit as usual via the

Re: How to run flip-6 on mesos

2018-04-23 Thread miki haiat
NO :) ... I usually using the web UI . Can you refer me to some example how to submit a job ? Using REST ? to which port ? thanks, miki On Tue, Apr 24, 2018 at 9:42 AM, Gary Yao wrote: > Hi Miki, > > Did you try to submit a job? With the introduction of FLIP-6, resources are > allocated dyna

Re: How to run flip-6 on mesos

2018-04-23 Thread Gary Yao
Hi Miki, Did you try to submit a job? With the introduction of FLIP-6, resources are allocated dynamically. Best, Gary On Tue, Apr 24, 2018 at 8:31 AM, miki haiat wrote: > > HI, > Im trying to tun flip-6 on mesos but its not clear to me what is the > correct way to do it . > > I run the sessi

How to run flip-6 on mesos

2018-04-23 Thread miki haiat
HI, Im trying to tun flip-6 on mesos but its not clear to me what is the correct way to do it . I run the session script and i can see that new framework has been created in mesos but the task manager hasn't been created running taskmanager-flip6.sh throw null pointer ... what is the correct