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

Mingliang Liu edited comment on HADOOP-14460 at 5/27/17 12:35 AM:
------------------------------------------------------------------

Ping [~vahemesw], [~snayak] and [~ajisakaa] for review.


was (Author: liuml07):
Ping [~vahemesw] and [~ajisakaa] for review.

> Azure: fs.azure.account.key.youraccount.blob.core.windows.net -> 
> fs.azure.account.key.youraccount
> -------------------------------------------------------------------------------------------------
>
>                 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
>         Attachments: HADOOP-14460.000.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
(v6.3.15#6346)

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

Reply via email to