- Home
- Unravel 4.5 Documentation
- Advanced Topics
- Unravel properties
- Azure properties
Azure properties
These properties are required if you are using Azure Data Lake.
Property/Description | Set By User | Unit | Default |
---|---|---|---|
com.unraveldata.adl.accountFQDN The data lake's fully qualified domain name, e.g., mydatalake.azuredatalakestore.net. | Optional | string | - |
com.unraveldata.adl.clientId An application ID. An application registration has to be created in the Azure Active Directory. | Optional | string | - |
com.unraveldata.adl.clientKey An application access key which can be created after registering an application. | Optional | string | - |
com.unraveldata.adl.accessTokenEndpoint The OAUTH 2.0 Access Token Endpoint. It is obtained from the application registration tab on Azure portal. | Optional | string | - |
com.unraveldata.adl.clientRootPath The path in the Data lake store where the target cluster has been given access. | Optional | string URL | - |
Property/Description | Set By User | Unit | Default |
---|---|---|---|
com.unraveldata.hdinsight.storage-account. Storage account name that a HDInsight cluster uses. You must define this property for each storage account. | Optional | string | - |
com.unraveldata.hdinsight.access-key. Storage account key. For each storage-account. | Optional | string | - |
You must define these two (2) properties for each storage account name. X
starts with 1 and is incremented by 1 for each new storage account, i.e., the set of properties must be consecutively numbered (1, 2, 3, ...). For example, if you have three (3) storage accounts you would define three (3) sets.
com.unraveldata.hdinsight.storage-account.1=Storage1 com.unraveldata.hdinsight.access-key.1=Storage1AccessKey com.unraveldata.hdinsight.storage-account.2=Storage2 com.unraveldata.hdinsight.access-key.2=Storage2AccessKey com.unraveldata.hdinsight.storage-account.3=Storage3 com.unraveldata.hdinsight.access-key.3=Storage3AccessKey