diff --git a/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md b/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md index 3a1625375be..3c4c70e9803 100644 --- a/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md +++ b/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md @@ -132,6 +132,11 @@ service associated with the client id. See [*Active Directory Library For Java*] Add the following properties to your `core-site.xml` ```xml + + dfs.adls.oauth2.access.token.provider.type + ClientCredential + + dfs.adls.oauth2.refresh.url TOKEN ENDPOINT FROM STEP 7 ABOVE