Re: Obtain JobManager Web Interface URL

2021-08-03 Thread Jeff Zhang
e in application >> > ... >> > } >> > >> > These metrics prove immensely valuable as they help us optimize >> performance, diagnose issues, as well as predict resource requirements for >> applications. >> > >> > // ah &g

Re: Obtain JobManager Web Interface URL

2021-08-03 Thread David Morávek
pplications. > > > > // ah > > > > -Original Message- > > From: Yangze Guo > > Sent: Sunday, August 1, 2021 10:38 PM > > To: Hailu, Andreas [Engineering] > > Cc: user@flink.apache.org > > Subject: Re: Obtain JobManager Web Interface URL > > >

Re: Obtain JobManager Web Interface URL

2021-08-02 Thread Yangze Guo
; -Original Message- > From: Yangze Guo > Sent: Sunday, August 1, 2021 10:38 PM > To: Hailu, Andreas [Engineering] > Cc: user@flink.apache.org > Subject: Re: Obtain JobManager Web Interface URL > > AFAIK, the ClusterClient should not be exposed through the public API.

RE: Obtain JobManager Web Interface URL

2021-08-02 Thread Hailu, Andreas [Engineering]
ng] Cc: user@flink.apache.org Subject: Re: Obtain JobManager Web Interface URL AFAIK, the ClusterClient should not be exposed through the public API. Would you like to explain your use case and why you need to get the web UI programmatically? Best, Yangze Guo On Fri, Jul 30, 2021 at 9:54 PM H

Re: Obtain JobManager Web Interface URL

2021-08-01 Thread Yangze Guo
> Sent: Thursday, July 29, 2021 11:17 PM > To: Hailu, Andreas [Engineering] > Cc: user@flink.apache.org > Subject: Re: Obtain JobManager Web Interface URL > > Hi, Hailu > > AFAIK, the ClusterClient#getWebInterfaceURL has been available since 1.10. > > Regarding

RE: Obtain JobManager Web Interface URL

2021-07-30 Thread Hailu, Andreas [Engineering]
Sent: Thursday, July 29, 2021 11:17 PM To: Hailu, Andreas [Engineering] Cc: user@flink.apache.org Subject: Re: Obtain JobManager Web Interface URL Hi, Hailu AFAIK, the ClusterClient#getWebInterfaceURL has been available since 1.10. Regarding the JobManager web interface, it will be print

Re: Obtain JobManager Web Interface URL

2021-07-29 Thread Yangze Guo
Hi, Hailu AFAIK, the ClusterClient#getWebInterfaceURL has been available since 1.10. Regarding the JobManager web interface, it will be print in the logs when staring a native Kubernetes or Yarn cluster. In standalone mode, it is configured by yourself[1]. [1]

Obtain JobManager Web Interface URL

2021-07-29 Thread Hailu, Andreas [Engineering]
Hi team, Is there a method available to obtain the JobManager's REST url? We originally overloaded CliFrontend#executeProgram and nabbed it from the ClusterClient#getWebInterfaceUrl method, but it seems this method's signature has been changed and no longer available as of 1.10.0. Best,