...
- This release supports integration with HDI 3.5 and 3.6 only.
D s item node node must be installed on Ubuntu 14.04HDI does not support the client-server web sockets configuration used by the platform. This limitation has the following impacts:Diminished suggestions prompted by platform activities
...
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
...