wangyang0918 commented on a change in pull request #10193: [FLINK-13938][yarn] 
Use pre-uploaded flink binary to accelerate flink submission
URL: https://github.com/apache/flink/pull/10193#discussion_r352263878
 
 

 ##########
 File path: 
flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java
 ##########
 @@ -253,6 +253,13 @@
                                .noDefaultValue()
                                .withDescription("Specify YARN node label for 
the YARN application.");
 
+       public static final ConfigOption<String> PRE_UPLOADED_FLINK_PATH =
+               key("yarn.pre-uploaded.flink.path")
+                       .stringType()
+                       .noDefaultValue()
+                       .withDescription("Specify the pre-uploaded path of 
flink. It will be used to accelerate the job submission" +
 
 Review comment:
   I will change the description.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to