HADOOP-12597. In kms-site.xml configuration hadoop.security.keystore.JavaKeyStoreProvider.password should be updated with new name. ( Contributed by Surendra Singh Lilhore via Brahma Reddy Battula)

This commit is contained in:
Brahma Reddy Battula 2016-09-26 22:31:31 +05:30
parent 66ee9f554e
commit aaff2033b9
2 changed files with 7 additions and 3 deletions

View File

@ -37,6 +37,10 @@ Release 2.7.4 - UNRELEASED
HADOOP-13579. Fix source-level compatibility after HADOOP-11252.
(Tsuyoshi Ozawa via aajisaka)
HADOOP-12597. In kms-site.xml configuration
"hadoop.security.keystore.JavaKeyStoreProvider.password" should be updated with
new name. (Contributed by Surendra Singh Lilhore via Brahma Reddy Battula)
Release 2.7.3 - 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>