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

 ##########
 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:
   ```
   Specifies the pre-uploaded path of the Flink Jar. If specified, Flink will 
locate the pre-uploaded Flink Jar via the provided path during container 
localization. This could accelerate the job submission process.
   ```

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


With regards,
Apache Git Services

Reply via email to