Use ADLS with AEL
You need to delete, add, and modify specific properties in Amabari to use ADLS wih AEL.
Log in to Ambari.
Delete the following properties from Ambari:
PropertyValuefs.azure.account.auth.type
Custom
fs.azure.account.oauth.provider.type
com.microsoft.azure.storage.oauth2.CredentialServiceBasedAccessTokenProvider
fs.azure.delegation.token.provider.type
com.microsoft.azure.storage.oauth2.DelegationTokenManager
Add the following properties for accessing the storage account.
PropertyValuefs.azure.account.auth.type.amitsecureadlsgen2.dfs.core.windows.net
SharedKey
fs.azure.account.key.amitsecureadlsgen2.dfs.core.windows.net
<SharedKey>
Update the
fs.azure.enable.delegation.token
property tofalse
.
You can now use ADLS with AEL for your instance of HDI.
Last updated
Was this helpful?