Skip to content

Commit 298a360

Browse files
authored
HADOOP-19467: [ABFS][FnsOverBlob] Fixing Config Name and Value in Documnatation (#7420) (#7429)
Contributed by Anuj Modi Reviewed by <slfan1989>
1 parent cce6306 commit 298a360

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ In both the cases the URL used must be the blob endpoint url of the account.
5353
```xml
5454
<property>
5555
<name>fs.defaultFS</name>
56-
<value>https://ACCOUNT_NAME.blob.core.windows.net</value>
56+
<value>abfss://CONTAINER_NAME@ACCOUNT_NAME.blob.core.windows.net</value>
5757
</property>
5858
```
5959
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
7474
configured service type.
7575
```xml
7676
<property>
77-
<name>fs.azure.fns.account.service.type</name>
77+
<name>fs.azure.ingress.service.type</name>
7878
<value>BLOB</value>
7979
</property>
8080
```
@@ -153,4 +153,4 @@ providing an additional layer of security and control over their data.
153153
## Ask all about ABFS Driver
154154

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

0 commit comments

Comments
 (0)