This is an automated email from the ASF dual-hosted git repository.

xtsong pushed a commit to branch release-1.12
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 1d701aa3149032ab6d63bc5dccbce4cf270cc199
Author: Yangze Guo <[email protected]>
AuthorDate: Thu Nov 26 19:47:26 2020 +0800

    [hotfix] Correct the description of security.kerberos.krb5-conf.path
---
 docs/_includes/generated/security_configuration.html                    | 2 +-
 .../src/main/java/org/apache/flink/configuration/SecurityOptions.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_includes/generated/security_configuration.html 
b/docs/_includes/generated/security_configuration.html
index e286b36..239c9ff 100644
--- a/docs/_includes/generated/security_configuration.html
+++ b/docs/_includes/generated/security_configuration.html
@@ -18,7 +18,7 @@
             <td><h5>security.kerberos.krb5-conf.path</h5></td>
             <td style="word-wrap: break-word;">(none)</td>
             <td>String</td>
-            <td>Specify the local location of the krb5.conf file. If defined, 
this conf would be mounted on the JobManager and TaskManager pods for 
Kubernetes. Note: The KDC defined needs to be visible from inside the 
containers.</td>
+            <td>Specify the local location of the krb5.conf file. If defined, 
this conf would be mounted on the JobManager and TaskManager containers/pods 
for Kubernetes, Yarn and Mesos. Note: The KDC defined needs to be visible from 
inside the containers.</td>
         </tr>
         <tr>
             <td><h5>security.kerberos.login.contexts</h5></td>
diff --git 
a/flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java 
b/flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java
index c0c35c8..1908cef 100644
--- 
a/flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java
+++ 
b/flink-core/src/main/java/org/apache/flink/configuration/SecurityOptions.java
@@ -88,7 +88,7 @@ public class SecurityOptions {
                        .stringType()
                        .noDefaultValue()
                        .withDescription("Specify the local location of the 
krb5.conf file. If defined, this conf would be mounted on the JobManager and " +
-                               "TaskManager pods for Kubernetes. Note: The KDC 
defined needs to be visible from inside the containers.");
+                               "TaskManager containers/pods for Kubernetes, 
Yarn and Mesos. Note: The KDC defined needs to be visible from inside the 
containers.");
 
        @Documentation.Section(Documentation.Sections.SECURITY_AUTH_KERBEROS)
        public static final ConfigOption<Boolean> KERBEROS_LOGIN_USETICKETCACHE 
=

Reply via email to