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

This commit is contained in:
Akira Ajisaka 2016-11-21 11:25:11 +09:00
parent 7584fbf4cb
commit c65d6b6541
2 changed files with 4 additions and 4 deletions

View File

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

View File

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