This is an automated email from the ASF dual-hosted git repository. anujmodi pushed a commit to branch branch-3.4 in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push: new 298a3607136 HADOOP-19467: [ABFS][FnsOverBlob] Fixing Config Name and Value in Documnatation (#7420) (#7429) 298a3607136 is described below commit 298a3607136009193a1990720b0fc177b99aedca Author: Anuj Modi <anujmodi2...@gmail.com> AuthorDate: Mon Feb 24 14:46:50 2025 +0530 HADOOP-19467: [ABFS][FnsOverBlob] Fixing Config Name and Value in Documnatation (#7420) (#7429) Contributed by Anuj Modi Reviewed by <slfan1989> --- hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md b/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md index 1141ac0ec1b..27934b2e25a 100644 --- a/hadoop-tools/hadoop-azure/src/site/markdown/fns_blob.md +++ b/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 <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 @@ -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> ``` @@ -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 **aska...@microsoft.com**. \ No newline at end of file +Driver in general, kindly reach out to us at **aska...@microsoft.com**. --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org