Data Engineering Integration
- Data Engineering Integration 10.4.0
- All Products
Property
| Description
|
---|---|
dfs.adls.oauth2.access.token.provider.type
| Access token provider type. Use the value
ClientCredential .
|
dfs.adls.oauth2.client.id
| The application ID associated with the Service Principal required to authorize the service principal and access the storage.
|
dfs.adls.oauth2.credential
| The password required to authorize the service principal and access the storage.
|
dfs.adls.oauth2.refresh.url
| The OAUTH 2.0 token endpoint required to authorize the service principal and access the storage.
|
spark.hadoop.dfs.adls.oauth2.access.token.provider.type ClientCredential spark.hadoop.dfs.adls.oauth2.client.id <your-service-client-id> spark.hadoop.dfs.adls.oauth2.credential <your-service-credentials> spark.hadoop.dfs.adls.oauth2.refresh.url "https://login.microsoftonline.com/<your-directory-id>/oauth2/token"