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-01-07 16:00:37 +00:00
parent ece3ca0cba
commit fa042ff9af
1 changed files with 3 additions and 3 deletions

View File

@ -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>