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

(cherry picked from commit 7d4884a57bcaf2ab1ad120c436f9c7e6739dbc2a)
(cherry picked from commit 2cea8293ef519ead772564750bd5e7f8b9d33da5)
This commit is contained in:
Chris Douglas 2017-03-23 12:00:52 -07:00
parent 45956131b9
commit 88252e85ad
1 changed files with 5 additions and 0 deletions

View File

@ -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>