Skip to content

Commit

Permalink
HADOOP-19467: [ABFS][FnsOverBlob] Fixing Config Name and Value in Doc…
Browse files Browse the repository at this point in the history
…umnatation (apache#7420)

Contributed by Anuj Modi
Reviewed by Anmol Asrani and <slfan1989>
  • Loading branch information
anujmodi2021 authored Feb 24, 2025
1 parent ca08047 commit 826c1f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In both the cases the URL used must be the blob endpoint url of the account.
```xml
<property>
<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>
```
3. Service Type for FNS Accounts: This will allow an override to choose service
Expand All @@ -74,7 +74,7 @@ and [Flush](./blobEndpoint.html#put-block-list). All other operations will still
configured service type.
```xml
<property>
<name>fs.azure.fns.account.service.type</name>
<name>fs.azure.ingress.service.type</name>
<value>BLOB</value>
</property>
```
Expand Down Expand Up @@ -153,4 +153,4 @@ providing an additional layer of security and control over their data.
## Ask all about ABFS Driver

For any queries related to onboard to FNS Blob or anything related to ABFS
Driver in general, kindly reach out to us at **[email protected]**.
Driver in general, kindly reach out to us at **[email protected]**.

0 comments on commit 826c1f5

Please sign in to comment.