You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2015/11/25 00:29:11 UTC

[jira] [Moved] (HADOOP-12597) In kms-site.xml configuration "hadoop.security.keystore.JavaKeyStoreProvider.password" should be update with new name

     [ https://issues.apache.org/jira/browse/HADOOP-12597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo Nicholas Sze moved HDFS-8534 to HADOOP-12597:
----------------------------------------------------

    Affects Version/s:     (was: 2.7.0)
                       2.7.0
          Component/s:     (was: HDFS)
                       security
                  Key: HADOOP-12597  (was: HDFS-8534)
              Project: Hadoop Common  (was: Hadoop HDFS)

> In kms-site.xml configuration "hadoop.security.keystore.JavaKeyStoreProvider.password" should be update 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)