HADOOP-13393. Omit unsupported fs.defaultFS setting in ADLS documentation

This commit is contained in:
Chris Douglas 2016-07-21 23:21:47 -07:00
parent 132deb4cac
commit dca6335dbc
1 changed files with 1 additions and 5 deletions

View File

@ -79,7 +79,7 @@ Syntax to access Azure data lake storage account over [Webhdfs Specification 2.7
#### <a name="#OAuth2_Support" />OAuth2 Support
Usage of Azure Data Lake Storage requires OAuth2 bearer token to be present as part of the HTTPS header as per OAuth2 specification. Valid OAuth2 bearer token should be obtained from Azure Active Directory for valid users who have access to Azure Data Lake Storage Account.
Azure Active Directory (Azure AD) is Microsofts multi-tenant cloud based directory and identity management service. See [https://azure.microsoft.com/en-in/documentation/articles/active-directory-whatis/](https://azure.microsoft.com/en-in/documentation/articles/active-directory-whatis/)
Azure Active Directory (Azure AD) is Microsofts multi-tenant cloud based directory and identity management service. See [https://azure.microsoft.com/en-in/documentation/articles/active-directory-whatis/](https://azure.microsoft.com/en-in/documentation/articles/active-directory-whatis/)
Following sections describes on OAuth2 configuration in core-site.xml.
@ -229,10 +229,6 @@ Add the following properties to your core-site.xml
<value>https://management.core.windows.net/</value>
</property>
<property>
<name>fs.defaultFS</name>
<value>YOUR ADL STORE URL (e.g., https://example.azuredatalakestore.net) </value>
</property>
## <a name="Enabling_ADL" />Enabling ADL Filesystem