...
Azure Storage Layer | Description | Required for |
| ||||
---|---|---|---|---|---|---|---|
Azure Storage | Azure storage leverages WASB, an astraction layer on top of HDFS. |
| |||||
Data Lake Store | Data Lake Store maps to ADLS in the
|
| hdfs | hdfs |
Specify Protocol
In the Ambari console, you must specify the communication protocol to use in the cluster.
Info | |
---|---|
NOTE: The cluster protocol must match the protocol in use by the
|
Steps:
- In the Ambari console, please migrate to the following location: HDFS > Configs > Advanced > Advanced Core Site > fs.defaultFS.
Set the value according to the following table:
Azure Storage Layer Protocol (fs.defaultFS) value
config valueD s platform Link Azure Storage
wasbs://<containername>@<accountname>.blob.core.windows.net
"webapp.storageProtocol"
:
"wasbs"
,
See Set Base Storage Layer. Data Lake Store
adl://home
"webapp.storageProtocol"
:
"hdfs"
,
See Set Base Storage Layer. - Save your changes.
Define Script Action for domain-joined clusters
...