소스 검색

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

Chris Douglas 9 년 전
부모
커밋
dca6335dbc
1개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 5
      hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md

+ 1 - 5
hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md

@@ -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 Microsoft’s 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