Hi Fakrudeen,

Thanks for sharing the logs. Could you also try it with Flink 1.8?

Best,
Andrey

On Sat, Jul 20, 2019 at 12:44 AM Fakrudeen Ali Ahmed <aliah...@adobe.com>
wrote:

> Hi Andrey,
>
>
>
>
>
> Flink  version: 1.4.2
>
> Please find the client log attached and job manager log is at: job
> manager log
> <https://drive.google.com/file/d/1iNOs2E69jevF9pu1t7uw6Gj2XZKJoWpC/view?usp=sharing>
> .
>
>
>
> Thanks,
>
> -Fakrudeen
>
> (define (sqrte n xn eph) (if (> eph (abs (- n (* xn xn)))) xn (sqrte n (/
> (+ xn (/ n xn)) 2) eph)))
>
>
>
>
>
> *From: *Andrey Zagrebin <and...@ververica.com>
> *Date: *Friday, July 19, 2019 at 10:36 AM
> *To: *Fakrudeen Ali Ahmed <aliah...@adobe.com>
> *Cc: *"user@flink.apache.org" <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 and job
> manager logs?
>
>
>
> Best,
>
> Andrey
>
>
>
> On Fri, Jul 19, 2019 at 7:00 PM Fakrudeen Ali Ahmed <aliah...@adobe.com>
> wrote:
>
> 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.
>
> org.apache.flink.client.program.ProgramInvocationException: The program
> execution failed: JobManager did not respond within 60000 ms
>
>
>
>
>
> Flink UI says:
>
> “Could not retrieve the redirect address of the current leader. Please try
> to refresh.”
>
>
>
> We tried increasing job manager memory to 8GB and still it has the same
> issue. Jar size is around 190 MB but we were able to successfully run this
> size before. Zookeeper in Hadoop YARN cluster is healthy.
>
>
>
> How do we start debugging this? Is it some dependency jar issue in our
> uber jar or something else?
>
>
>
> Thanks,
>
> -Fakrudeen
>
> (define (sqrte n xn eph) (if (> eph (abs (- n (* xn xn)))) xn (sqrte n (/
> (+ xn (/ n xn)) 2) eph)))
>
>
>
>

Reply via email to