Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-12597

In kms-site.xml configuration "hadoop.security.keystore.JavaKeyStoreProvider.password" should be updated with new name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 2.7.0
    • 2.8.0, 2.7.4, 3.0.0-alpha1
    • security
    • None
    • Reviewed

    Description

      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 in kms-site.xml the configuration name is wrong.

      <property> <name>hadoop.security.keystore.JavaKeyStoreProvider.password</name>
          <value>none</value>
          <description>
            If using the JavaKeyStoreProvider, the password for the keystore file.
          </description>
        </property>
      

      Attachments

        1. HADOOP-12597-branch-2.7.patch
          0.9 kB
          Brahma Reddy Battula
        2. HDFS-8534.patch
          0.9 kB
          Surendra Singh Lilhore

        Issue Links

          Activity

            People

              surendralilhore Surendra Singh Lilhore
              oneday huangyitian
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: