Re: [PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-07 Thread via GitHub
slfan1989 commented on PR #24601: URL: https://github.com/apache/flink/pull/24601#issuecomment-2041389025 @1996fanrui Thank you very much for reviewing the code! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-06 Thread via GitHub
1996fanrui merged PR #24601: URL: https://github.com/apache/flink/pull/24601 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.ap

Re: [PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-04 Thread via GitHub
slfan1989 commented on PR #24601: URL: https://github.com/apache/flink/pull/24601#issuecomment-2036923515 @XComp Can you help review this pr? Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-02 Thread via GitHub
slfan1989 commented on PR #24601: URL: https://github.com/apache/flink/pull/24601#issuecomment-2033272213 @1996fanrui Can you help review this pr? Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-01 Thread via GitHub
flinkbot commented on PR #24601: URL: https://github.com/apache/flink/pull/24601#issuecomment-2030867410 ## CI report: * 877e048205c338daa8abf37c4a950e8a854f8ade UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [hotfix] Fix YARN ContainerId.getId Deprecated Used. [flink]

2024-04-01 Thread via GitHub
slfan1989 opened a new pull request, #24601: URL: https://github.com/apache/flink/pull/24601 ## What is the purpose of the change ContainerId.getId() It is a deprecated method. Use getContainerId instead. org.apache.hadoop.yarn.api.records#getContainerId ```