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:
Steve Loughran 2016-01-07 16:00:37 +00:00
parent 172d07825c
commit bac798abfc
2 changed files with 7 additions and 3 deletions

View File

@ -671,6 +671,10 @@ Release 2.9.0 - UNRELEASED
HADOOP-12613. TestFind.processArguments occasionally fails.
(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
INCOMPATIBLE CHANGES

View File

@ -25,10 +25,10 @@
</property>
<property>
<name>hadoop.security.keystore.JavaKeyStoreProvider.password</name>
<value>none</value>
<name>hadoop.security.keystore.java-keystore-provider.password-file</name>
<value>kms.keystore.password</value>
<description>
If using the JavaKeyStoreProvider, the password for the keystore file.
If using the JavaKeyStoreProvider, the file name for the keystore password.
</description>
</property>