You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "SML0127 (via GitHub)" <gi...@apache.org> on 2023/04/17 09:59:30 UTC

[GitHub] [flink] SML0127 commented on a diff in pull request #22409: [FLINK-31818][docs, Runtime / Configuration] Replace 'comma-seperated' -> 'semicolon-seperated' of security.kerberos.access.hadoopFileSystems in docs and edit comma to semicolon in example of SecurityOptions.java

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 reply 
   I also 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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org