qinf commented on code in PR #23219: URL: https://github.com/apache/flink/pull/23219#discussion_r1303712839
########## flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java: ########## @@ -272,17 +272,25 @@ 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 path of flink client " + + "or HDFS. For example, " 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