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

Steve Loughran commented on HADOOP-15561:
-----------------------------------------

happy to take a .patch for this, especially one which applies to hadoop 
branch-2+. For trunk HADOOP-14507 is going to bring some more dramatic changes, 
but as that's not merged in yet things should be OK

> Property Azure Account Key Provider Key requires blob.core.windows.net
> ----------------------------------------------------------------------
>
>                 Key: HADOOP-15561
>                 URL: https://issues.apache.org/jira/browse/HADOOP-15561
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs/azure
>    Affects Versions: 3.1.0
>            Reporter: Santiago Velasco
>            Priority: Trivial
>              Labels: docuentation, newbie
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The documentation for Hadoop Azure Support: Azure Blob Storage
> [http://hadoop.apache.org/docs/r3.1.0/hadoop-azure/index.html]
> The properties under Protecting the Azure Credentials for WASB within an 
> Encrypted File
> The property fs.azure.account.keyprovider.youraccount requires 
> _.blob.core.windows.net_
> Documentation reads:
>  
> {code:java}
> <property>
>   <name>fs.azure.account.keyprovider.youraccount</name>
>   <value>org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider</value>
> </property>
> {code}
> Should read:
>  
> {code:java}
> <property>
>   <name>fs.azure.account.keyprovider.youraccount.blob.core.windows.net</name>
>   <value>org.apache.hadoop.fs.azure.ShellDecryptionKeyProvider</value>
> </property>{code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to