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.
|
||||
(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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue