Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 
Azure Storage LayerDescriptionRequired for

D s item
itemBase Storage Layer

Azure StorageAzure storage leverages WASB, an astraction layer on top of HDFS.

wasbs

Data Lake Store

Data Lake Store maps to ADLS in the

D s platform
. This storage is an implementation of Hortonworks Data Platform and utilizes HDFS.

  • Azure AD SSO
  • Domain-joined clusters
    • Kerberos
    • Secure impersonation
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

D s platform
.

Steps:

  1. In the Ambari console, please migrate to the following location: HDFS > Configs > Advanced > Advanced Core Site > fs.defaultFS.
  2. Set the value according to the following table:

    Azure Storage LayerProtocol (fs.defaultFS) value

    D s platform
    config value

    Link
    Azure Storagewasbs://<containername>@<accountname>.blob.core.windows.net
    "webapp.storageProtocol""wasbs",See Set Base Storage Layer.
    Data Lake Storeadl://home
    "webapp.storageProtocol""hdfs",See Set Base Storage Layer.


  3. Save your changes.

Define Script Action for domain-joined clusters

...