SML0127 commented on code in PR #22409:
URL: https://github.com/apache/flink/pull/22409#discussion_r1168457071
##########
flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java:
##########
@@ -168,7 +168,7 @@ public class SecurityOptions {
.withDeprecatedKeys("yarn.security.kerberos.additionalFileSystems")
.withDescription(
"A comma-separated list of Kerberos-secured Hadoop
filesystems Flink is going to access. For example, "
- +
"security.kerberos.access.hadoopFileSystems=hdfs://namenode2:9002,hdfs://namenode3:9003.
"
+ +
"security.kerberos.access.hadoopFileSystems=hdfs://namenode2:9002;hdfs://namenode3:9003.
"
Review Comment:
@JunRuiLee
Thank you for your comment :D
I changed it!
--
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]