[
https://issues.apache.org/jira/browse/HADOOP-12597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15101987#comment-15101987
]
Surendra Singh Lilhore commented on HADOOP-12597:
-------------------------------------------------
Thanks [[email protected]] for committing in branch-2!
One doubt..
Is this fix not required in trunk ?
> In kms-site.xml configuration
> "hadoop.security.keystore.JavaKeyStoreProvider.password" should be updated
> with new name
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: HADOOP-12597
> URL: https://issues.apache.org/jira/browse/HADOOP-12597
> Project: Hadoop Common
> Issue Type: Bug
> Components: security
> 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)