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

Azure: update doc for live and contract tests

    XMLWordPrintableJSON

Details

    Description

      In SimpleKeyProvider, we have following code for getting the key:

        protected static final String KEY_ACCOUNT_KEY_PREFIX =
            "fs.azure.account.key.";
      ...
        protected String getStorageAccountKeyName(String accountName) {
          return KEY_ACCOUNT_KEY_PREFIX + accountName;
        }
      

      While in documentation index.md, we have:

        <property>
          <name>fs.azure.account.key.youraccount.blob.core.windows.net</name>
          <value>YOUR ACCESS KEY</value>
        </property>
      

      Attachments

        1. HADOOP-14460.000.patch
          0.6 kB
          Mingliang Liu
        2. HADOOP-14460.001.patch
          3 kB
          Mingliang Liu
        3. HADOOP-14460.002.patch
          4 kB
          Mingliang Liu

        Activity

          People

            liuml07 Mingliang Liu
            liuml07 Mingliang Liu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: