Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0.0-alpha1 5995cacc2 -> da926e8cf


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

(cherry picked from commit dca6335dbc25c7c81444a294d68d821308eef69e)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/da926e8c
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/da926e8c
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/da926e8c

Branch: refs/heads/branch-3.0.0-alpha1
Commit: da926e8cf43960e871fd4dbb5f07e2d04ce77380
Parents: 5995cac
Author: Chris Douglas <[email protected]>
Authored: Thu Jul 21 23:21:47 2016 -0700
Committer: Chris Nauroth <[email protected]>
Committed: Fri Jul 22 09:18:56 2016 -0700

----------------------------------------------------------------------
 hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/da926e8c/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md
----------------------------------------------------------------------
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 3f03d41..15a58fb 100644
--- a/hadoop-tools/hadoop-azure-datalake/src/site/markdown/index.md
+++ b/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 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/)
+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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to