Re: Job Logs - Yarn Application Mode

2022-05-23 Thread Shengkai Fang
If you find the JM in the yarn web ui, I think you can also find the webui to access the Flink web ui with the JM. Best, Shengkai

Re: Job Logs - Yarn Application Mode

2022-05-20 Thread Zain Haider Nemati
Hi, Thanks for your response folks. Is it possible to access logs via flink UI in yarn application mode? Similar to how we can access them in standalone mode On Fri, May 20, 2022 at 11:06 AM Shengkai Fang wrote: > Thanks for Biao's explanation. > > Best, > Shengkai > > Biao Geng 于2022年5月20日周五 1

Re: Job Logs - Yarn Application Mode

2022-05-19 Thread Shengkai Fang
Thanks for Biao's explanation. Best, Shengkai Biao Geng 于2022年5月20日周五 11:16写道: > Hi there, > @Zain, Weihua's suggestion should be able to fulfill the request to check > JM logs. If you do want to use YARN cli for running Flink applications, it > is possible to check JM's log with the YARN comma

Re: Job Logs - Yarn Application Mode

2022-05-19 Thread Biao Geng
Hi there, @Zain, Weihua's suggestion should be able to fulfill the request to check JM logs. If you do want to use YARN cli for running Flink applications, it is possible to check JM's log with the YARN command like: *yarn logs -applicationId application_xxx_yyy -am -1 -logFiles jobmanager.log* For

Re: Job Logs - Yarn Application Mode

2022-05-19 Thread Shengkai Fang
Hi. I am not familiar with the YARN application mode. Because the job manager is started when submit the jobs. So how can users know the address of the JM? Do we need to look up the Yarn UI to search the submitted job with the JobID? Best, Shengkai Weihua Hu 于2022年5月20日周五 10:23写道: > Hi, > You

Re: Job Logs - Yarn Application Mode

2022-05-19 Thread Weihua Hu
Hi, You can get the logs from Flink Web UI if job is running. Best, Weihua > 2022年5月19日 下午10:56,Zain Haider Nemati 写道: > > Hey All, > How can I check logs for my job when it is running in application mode via > yarn