qinf commented on code in PR #23219:
URL: https://github.com/apache/flink/pull/23219#discussion_r1298092948
##########
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 "
+ + "file system. For example,
\"/path/to/local/file;/path/to/local/directory;"
Review Comment:
@1996fanrui Yes, you are right. I have updated `remote file system` to
`HDFS`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]