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:
parent
66ee9f554e
commit
aaff2033b9
|
@ -37,6 +37,10 @@ Release 2.7.4 - UNRELEASED
|
||||||
HADOOP-13579. Fix source-level compatibility after HADOOP-11252.
|
HADOOP-13579. Fix source-level compatibility after HADOOP-11252.
|
||||||
(Tsuyoshi Ozawa via aajisaka)
|
(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
|
Release 2.7.3 - 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