Re: Job Manager not able to fetch job info when restarted

2019-02-28 Thread sen
If I want the job be restarted after jobmanager restart ,is it must be zookeeper when on HA mode? high-availability: zookeeper -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Breakage in Flink CLI in 1.5.0

2019-02-28 Thread sen
Hi Till: So how can we get the right rest address and port when using HA mode on Yarn? I get it from the rest api "/jars ". But when I submit a job use the flink run -m ,it failed . org.apache.flink.client.program.ProgramInvocationException: Could not retrieve the

Re: Re:submit job failed on Yarn HA

2019-02-27 Thread sen
I setup a yarn cluster use the : ./bin/yarn-session.sh -n 10 -tm 8192 -s 32 Then I submit a job to this cluster.It's OK,I've used for a long time。 In this way ,you can submit multi jobs in one cluster. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: flink list and flink run commands timeout

2019-02-26 Thread sen
Hi Aneesha: I am also facing the same problem.When I turn on the HA on yarn ,it will get the same exception. While I turn off the Ha configuration ,it works fine. I want to know that what did you do to deal with the problem? Thanks! Sen Sun -- Sent from: http://apache