HADOOP-12597. In kms-site.xml configuration "hadoop.security.keystore.JavaKeyStoreProvider.password" should be updated with new name. (Surendra Singh Lilhore via stevel)
This commit is contained in:
parent
172d07825c
commit
bac798abfc
|
@ -671,6 +671,10 @@ Release 2.9.0 - UNRELEASED
|
||||||
HADOOP-12613. TestFind.processArguments occasionally fails.
|
HADOOP-12613. TestFind.processArguments occasionally fails.
|
||||||
(Wei-Chiu Chuang via stevel)
|
(Wei-Chiu Chuang via stevel)
|
||||||
|
|
||||||
|
HADOOP-12597. In kms-site.xml configuration
|
||||||
|
"hadoop.security.keystore.JavaKeyStoreProvider.password"
|
||||||
|
should be updated with new name. (Surendra Singh Lilhore via stevel)
|
||||||
|
|
||||||
Release 2.8.0 - UNRELEASED
|
Release 2.8.0 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -25,10 +25,10 @@
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.security.keystore.JavaKeyStoreProvider.password</name>
|
<name>hadoop.security.keystore.java-keystore-provider.password-file</name>
|
||||||
<value>none</value>
|
<value>kms.keystore.password</value>
|
||||||
<description>
|
<description>
|
||||||
If using the JavaKeyStoreProvider, the password for the keystore file.
|
If using the JavaKeyStoreProvider, the file name for the keystore password.
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue