zhouyuan commented on code in PR #11675: URL: https://github.com/apache/incubator-gluten/pull/11675#discussion_r2871305165
########## docs/get-started/VeloxABFS.md: ########## @@ -8,15 +8,41 @@ ABFS is an important data store for big data users. This doc discusses config de # Working with ABFS -## Configuring ABFS Access Token +## Configuring ABFS Authentication Type -To configure access to your storage account, replace <storage-account> with the name of your account. This property aligns with Spark configurations. By setting this config multiple times using different storage account names, you can access multiple ABFS accounts. +The authentication mechanism for an Azure storage account is controlled by the following property. Replace `<storage-account>` with the name of your Azure Storage account. + +```sh +spark.hadoop.fs.azure.account.auth.type.<storage-account>.dfs.core.windows.net SharedKey +``` + +Allowed values are `SharedKey`, `OAuth`, and `SAS`. Review Comment: Could you please also make note on the default auth type `SharedKey` https://github.com/facebookincubator/velox/pull/11623/changes#diff-51b20641c8db5ddbab646a9c4972489e7f4e16047846f50e65c04f497ed94144R48 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
