Re: Flink docker on k8s job submission timeout

2021-11-11 Thread Chesnay Schepler
You should be able to increase the timeout by setting client.timeout. On 10/11/2021 15:32, dhanesh arole wrote: Hello all, We are trying to run a Flink job in standalone mode using the official docker image on k8s. As per this documentation

Flink docker on k8s job submission timeout

2021-11-10 Thread dhanesh arole
Hello all, We are trying to run a Flink job in standalone mode using the official docker image on k8s. As per this documentation we have created our custom docker

Re: Job submission timeout with no error info.

2019-07-22 Thread Fakrudeen Ali Ahmed
Cc: "user@flink.apache.org" Subject: Re: Job submission timeout with no error info. Thanks Andrey. The environment we run [Azure HD insight cluster] only supports Flink 1.4.2 now. So I can’t run with 1.8 in this environment. I can run in a different environment with 1.8 [on Kubernetes no

Re: Job submission timeout with no error info.

2019-07-22 Thread Fakrudeen Ali Ahmed
) (if (> eph (abs (- n (* xn xn xn (sqrte n (/ (+ xn (/ n xn)) 2) eph))) From: Andrey Zagrebin Date: Monday, July 22, 2019 at 8:52 AM To: Fakrudeen Ali Ahmed Cc: "user@flink.apache.org" Subject: Re: Job submission timeout with no error info. Hi Fakrudeen, Thanks for sharing the lo

Re: Job submission timeout with no error info.

2019-07-22 Thread Andrey Zagrebin
> > > > > *From: *Andrey Zagrebin > *Date: *Friday, July 19, 2019 at 10:36 AM > *To: *Fakrudeen Ali Ahmed > *Cc: *"user@flink.apache.org" > *Subject: *Re: Job submission timeout with no error info. > > > > Hi Fakrudeen, > > > > which Fli

Re: Job submission timeout with no error info.

2019-07-19 Thread Fakrudeen Ali Ahmed
(sqrte n (/ (+ xn (/ n xn)) 2) eph))) From: Andrey Zagrebin Date: Friday, July 19, 2019 at 10:36 AM To: Fakrudeen Ali Ahmed Cc: "user@flink.apache.org" Subject: Re: Job submission timeout with no error info. Hi Fakrudeen, which Flink version do you use? could you share full client an

Re: Job submission timeout with no error info.

2019-07-19 Thread Andrey Zagrebin
Hi Fakrudeen, which Flink version do you use? could you share full client and job manager logs? Best, Andrey On Fri, Jul 19, 2019 at 7:00 PM Fakrudeen Ali Ahmed wrote: > Hi, > > > > We are submitting a Flink topology [YARN] and it fails during upload of > the jar with no error info. > > > >

Job submission timeout with no error info.

2019-07-19 Thread Fakrudeen Ali Ahmed
Hi, We are submitting a Flink topology [YARN] and it fails during upload of the jar with no error info. [main] INFO org.apache.flink.runtime.client.JobClient - Checking and uploading JAR files [main] ERROR org.apache.flink.client.CliFrontend - Error while running the command.

Re: Job submission timeout

2017-08-23 Thread Vishnu Viswanath
Never mind, it was a silly mistake, I used "=" instead of ":" while setting akka.ask.timeout. Now it works fine! On Tue, Aug 22, 2017 at 5:10 PM, Vishnu Viswanath < vishnu.viswanat...@gmail.com> wrote: > Hi, > > After I submit the job the client timeout after 10 seconds( Guess Job > manager is

Job submission timeout

2017-08-22 Thread Vishnu Viswanath
Hi, After I submit the job the client timeout after 10 seconds( Guess Job manager is taking long time to build the graph, it is a pretty big JobGraph). *Caused by: org.apache.flink.runtime.client.JobTimeoutException: JobManager did not respond within 1 milliseconds* * at