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 "Hudson (JIRA)" <ji...@apache.org> on 2018/04/24 20:52:07 UTC

[jira] [Commented] (HADOOP-14460) Azure: update doc for live and contract tests

    [ https://issues.apache.org/jira/browse/HADOOP-14460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16450820#comment-16450820 ] 

Hudson commented on HADOOP-14460:
---------------------------------

SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #14057 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/14057/])
HADOOP-14460. Azure: update doc for live and contract tests. Contributed (xyao: rev 5c6f22d62ea9e6fbe4e5411d5934958fcbf15dac)
* (edit) hadoop-tools/hadoop-azure/src/site/markdown/index.md


> Azure: update doc for live and contract tests
> ---------------------------------------------
>
>                 Key: HADOOP-14460
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14460
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: documentation, fs/azure
>            Reporter: Mingliang Liu
>            Assignee: Mingliang Liu
>            Priority: Major
>             Fix For: 2.9.0, 3.0.0-alpha4
>
>         Attachments: HADOOP-14460.000.patch, HADOOP-14460.001.patch, HADOOP-14460.002.patch
>
>
> In {{SimpleKeyProvider}}, we have following code for getting the key:
> {code}
>   protected static final String KEY_ACCOUNT_KEY_PREFIX =
>       "fs.azure.account.key.";
> ...
>   protected String getStorageAccountKeyName(String accountName) {
>     return KEY_ACCOUNT_KEY_PREFIX + accountName;
>   }
> {code}
> While in documentation {{index.md}}, we have:
> {code}
>   <property>
>     <name>fs.azure.account.key.youraccount.blob.core.windows.net</name>
>     <value>YOUR ACCESS KEY</value>
>   </property>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org