Browse Source

HADOOP-19467: [ABFS][FnsOverBlob] Fixing Config Name and Value in Documnatation (#7420)

Contributed by Anuj Modi
Reviewed by Anmol Asrani and <slfan1989>
Anuj Modi 3 months ago
parent
commit
826c1f5967
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md

+ 3 - 3
hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md

@@ -53,7 +53,7 @@ In both the cases the URL used must be the blob endpoint url of the account.
     ```xml
     ```xml
     <property>
     <property>
       <name>fs.defaultFS</name>
       <name>fs.defaultFS</name>
-      <value>https://ACCOUNT_NAME.blob.core.windows.net</value>
+      <value>abfss://CONTAINER_NAME@ACCOUNT_NAME.blob.core.windows.net</value>
     </property>
     </property>
     ```
     ```
 3. Service Type for FNS Accounts: This will allow an override to choose service
 3. Service Type for FNS Accounts: This will allow an override to choose service
@@ -74,7 +74,7 @@ and [Flush](./blobEndpoint.html#put-block-list). All other operations will still
 configured service type.
 configured service type.
     ```xml
     ```xml
    <property>
    <property>
-        <name>fs.azure.fns.account.service.type</name>
+        <name>fs.azure.ingress.service.type</name>
         <value>BLOB</value>
         <value>BLOB</value>
     </property>
     </property>
     ```
     ```
@@ -153,4 +153,4 @@ providing an additional layer of security and control over their data.
 ## Ask all about ABFS Driver
 ## Ask all about ABFS Driver
 
 
 For any queries related to onboard to FNS Blob or anything related to ABFS
 For any queries related to onboard to FNS Blob or anything related to ABFS
-Driver in general, kindly reach out to us at **askabfs@microsoft.com**. 
+Driver in general, kindly reach out to us at **askabfs@microsoft.com**.