[
https://issues.apache.org/jira/browse/HDFS-8534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
surendra singh lilhore updated HDFS-8534:
-----------------------------------------
Status: Patch Available (was: Open)
Attached patch , please review
> In kms-site.xml configuration
> "hadoop.security.keystore.JavaKeyStoreProvider.password" should be update
> with new name
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: HDFS-8534
> URL: https://issues.apache.org/jira/browse/HDFS-8534
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: HDFS
> Affects Versions: 2.7.0
> Reporter: huangyitian
> Assignee: surendra singh lilhore
> Priority: Minor
> Attachments: HDFS-8534.patch
>
>
> In http://hadoop.apache.org/docs/r2.7.0/hadoop-kms/index.html :
> it mentioned as
> {code}
> <property>
> <name>hadoop.security.keystore.java-keystore-provider.password-file</name>
> <value>kms.keystore.password</value>
> </property>
> {code}
> But in kms-site.xml the configuration name is wrong.
> {code}
> <property> <name>hadoop.security.keystore.JavaKeyStoreProvider.password</name>
> <value>none</value>
> <description>
> If using the JavaKeyStoreProvider, the password for the keystore file.
> </description>
> </property>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)