File tree 1 file changed +3
-3
lines changed
hadoop-tools/hadoop-azure/src/site/markdown
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ In both the cases the URL used must be the blob endpoint url of the account.
53
53
```xml
54
54
<property >
55
55
<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 >
57
57
</property >
58
58
```
59
59
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
74
74
configured service type.
75
75
```xml
76
76
<property >
77
- <name >fs.azure.fns.account .service.type</name >
77
+ <name >fs.azure.ingress .service.type</name >
78
78
<value >BLOB</value >
79
79
</property >
80
80
```
@@ -153,4 +153,4 @@ providing an additional layer of security and control over their data.
153
153
## Ask all about ABFS Driver
154
154
155
155
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] **.
You can’t perform that action at this time.
0 commit comments