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

surendra singh lilhore updated HDFS-8534:
-----------------------------------------
    Component/s:     (was: documentation)
                 HDFS
    Description: 
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}

  was:
In http://hadoop.apache.org/docs/r2.7.0/hadoop-kms/index.html  :
it mentioned as 
<property>
    <name>hadoop.security.keystore.java-keystore-provider.password-file</name>
    <value>kms.keystore.password</value>
  </property>
But actually in Hadoop code.the configuration name already update.
<property> <name>hadoop.security.keystore.JavaKeyStoreProvider.password</name>
    <value>none</value>
    <description>
      If using the JavaKeyStoreProvider, the password for the keystore file.
    </description>
  </property>

        Summary: In kms-site.xml configuration 
"hadoop.security.keystore.JavaKeyStoreProvider.password" should be update with 
new name  (was: kms configuration 
hadoop.security.keystore.JavaKeyStoreProvider.password need update in apache 
KMS index WEBUI)

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

Reply via email to