PHILO-HE commented on code in PR #5479: URL: https://github.com/apache/incubator-gluten/pull/5479#discussion_r1575546016
########## docs/get-started/Velox.md: ########## @@ -191,6 +191,19 @@ Here are two steps to enable kerberos. The ticket cache file can be found by `klist`. +## Azure Blob File System (ABFS) support + +Velox supports ABFS with the open source [Azure SDK for C++](https://github.com/Azure/azure-sdk-for-cpp) and Gluten uses the Velox ABFS connector to connect with ABFS. +The build option for ABFS (enable_abfs) must be set to enable this feature as listed below Review Comment: Nit: Add "." at the end of the statement. ########## docs/get-started/Velox.md: ########## @@ -191,6 +191,19 @@ Here are two steps to enable kerberos. The ticket cache file can be found by `klist`. +## Azure Blob File System (ABFS) support + +Velox supports ABFS with the open source [Azure SDK for C++](https://github.com/Azure/azure-sdk-for-cpp) and Gluten uses the Velox ABFS connector to connect with ABFS. +The build option for ABFS (enable_abfs) must be set to enable this feature as listed below + +``` +cd /path/to/gluten +./dev/buildbundle-veloxbe.sh --enable_abfs=ON +``` + +Please refer [Velox ABFS](VeloxABFS.md) part for more detailed configurations Review Comment: Ditto. -- 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]
