1996fanrui commented on code in PR #22028: URL: https://github.com/apache/flink/pull/22028#discussion_r1132185351
########## flink-yarn/src/main/java/org/apache/flink/yarn/YarnClusterDescriptor.java: ########## @@ -170,6 +171,8 @@ public class YarnClusterDescriptor implements ClusterDescriptor<ApplicationId> { private YarnConfigOptions.UserJarInclusion userJarInclusion; + private static final long BYTES_IN_MB = 1024 * 1024; + Review Comment: ```suggestion ``` It can be deleted. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org