wangyang0918 commented on a change in pull request #14264:
URL: https://github.com/apache/flink/pull/14264#discussion_r533035155
##########
File path:
flink-yarn/src/main/java/org/apache/flink/yarn/cli/AbstractYarnCli.java
##########
@@ -33,16 +33,17 @@
public static final String ID = "yarn-cluster";
- protected Option applicationId =
- new Option("yid", "yarnapplicationId", true, "Attach to running
YARN session");
+ protected Option applicationId;
Review comment:
Could be `final`.
----------------------------------------------------------------
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:
[email protected]