Hi Zain,
You can view the list of flink applications on the yarn web ui and choose
to jump to the specified Flink web ui.
Best,
Weihua
On Mon, May 23, 2022 at 7:07 PM Zain Haider Nemati
wrote:
> Hi David,
> Thanks for your response.
> When submitting a job in application mode it gives a url at
Hi David,
Thanks for your response.
When submitting a job in application mode it gives a url at the end but
that is different i.e. on different ports when you submit different jobs in
application mode. Is there a port/ui where I can see the consolidated list
of jobs running instead of checking each
Hi Zain,
you can find a link to web-ui either in the CLI output after the job
submission or in the YARN ResourceManager web ui [1]. With YARN Flink needs
to choose the application master port at random (could be somehow
controlled by setting _yarn.application-master.port_) as there might be
multip
Hi,
Which port does flink UI run on in application mode?
If I am running 5 yarn jobs in application mode would the UI be same for
each or different ports for each?