Use WASB with AEL
Perform the following steps to use WASB with AEL:
Log into Ambari.
Select the ADVANCED tab under HDFS > CONFIGS.
Edit Custom Core-site (CCs) for your instance of HDI.
Add or update the following properties under the core-site.xml section:
PropertyValuefs.azure.account.keyprovider.<STORAGE_ACCOUNT_NAME>.blob.core.windows.net
org.apache.hadoop.fs.azure.SimpleKeyProvider
fs.azure.account.key.<STORAGE_ACCOUNT_NAME>.blob.core.windows.net
<DECRYPTED_ACCESS_KEY>
You can now use WASB with AEL for your instance of HDI.
Last updated
Was this helpful?