Преглед на файлове

HADOOP-13814. Sample configuration of KMS HTTP Authentication signature is misleading. Contributed by Masahiro Tanaka.

Akira Ajisaka преди 8 години
родител
ревизия
c65d6b6541
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      hadoop-common-project/hadoop-kms/src/main/conf/kms-site.xml
  2. 2 2
      hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm

+ 2 - 2
hadoop-common-project/hadoop-kms/src/main/conf/kms-site.xml

@@ -147,9 +147,9 @@
 
   <property>
     <name>hadoop.kms.authentication.signer.secret.provider.zookeeper.auth.type</name>
-    <value>kerberos</value>
+    <value>none</value>
     <description>
-      The Zookeeper authentication type, 'none' or 'sasl' (Kerberos).
+      The Zookeeper authentication type, 'none' (default) or 'sasl' (Kerberos).
     </description>
   </property>
 

+ 2 - 2
hadoop-common-project/hadoop-kms/src/site/markdown/index.md.vm

@@ -737,9 +737,9 @@ This secret sharing can be done using a Zookeeper service which is configured in
   </property>
   <property>
     <name>hadoop.kms.authentication.signer.secret.provider.zookeeper.auth.type</name>
-    <value>kerberos</value>
+    <value>sasl</value>
     <description>
-      The Zookeeper authentication type, 'none' or 'sasl' (Kerberos).
+      The Zookeeper authentication type, 'none' (default) or 'sasl' (Kerberos).
     </description>
   </property>
   <property>