qinf commented on code in PR #23219: URL: https://github.com/apache/flink/pull/23219#discussion_r1303712644
########## flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java: ########## @@ -272,17 +272,24 @@ public class YarnConfigOptions { .noDefaultValue() .withDeprecatedKeys("yarn.ship-directories") .withDescription( - "A semicolon-separated list of files and/or directories to be shipped to the YARN cluster."); + "A semicolon-separated list of files and/or directories to be shipped to the YARN " + + "cluster. These files/directories can come from the local client and/or remote " Review Comment: @1996fanrui updated. -- 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