Repository: hadoop
Updated Branches:
  refs/heads/trunk 132deb4ca -> dca6335db


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


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

Branch: refs/heads/trunk
Commit: dca6335dbc25c7c81444a294d68d821308eef69e
Parents: 132deb4
Author: Chris Douglas <[email protected]>
Authored: Thu Jul 21 23:21:47 2016 -0700
Committer: Chris Douglas <[email protected]>
Committed: Thu Jul 21 23:21:47 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/dca6335d/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