فهرست منبع

HADOOP-14196. Azure Data Lake doc is missing required config entry. Contributed by Atul Sikaria

Chris Douglas 8 سال پیش
والد
کامیت
03955612b7
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md

+ 5 - 0
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
+<property>
+  <name>dfs.adls.oauth2.access.token.provider.type</name>
+  <value>ClientCredential</value>
+</property>
+
 <property>
   <name>dfs.adls.oauth2.refresh.url</name>
   <value>TOKEN ENDPOINT FROM STEP 7 ABOVE</value>