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
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
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
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
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
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
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
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