JunRuiLee commented on code in PR #22409:
URL: https://github.com/apache/flink/pull/22409#discussion_r1168448038


##########
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:
   comma-separated -> semicolon-separated



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

Reply via email to