KarmaGYZ commented on a change in pull request #13311: URL: https://github.com/apache/flink/pull/13311#discussion_r484792254
########## File path: flink-yarn/src/main/java/org/apache/flink/yarn/YarnResourceManager.java ########## @@ -135,7 +135,7 @@ public YarnResourceManager( JobLeaderIdService jobLeaderIdService, ClusterInformation clusterInformation, FatalErrorHandler fatalErrorHandler, - @Nullable String webInterfaceUrl, + YarnResourceManagerConfiguration yarnResourceManagerConfiguration, Review comment: I think the `ApplicationConstants.Environment.PWD` should not belong to the `YarnResourceManagerConfiguration `. We may replace it with "System.getEnv()" here. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org