Santiago Velasco created HADOOP-15561: -----------------------------------------
Summary: 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 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: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org