Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.07 KB

VeloxABFS.md

File metadata and controls

23 lines (16 loc) · 1.07 KB
layout title nav_order parent
page
Using ABFS with Gluten
6
Getting-Started

ABFS is an important data store for big data users. This doc discusses config details and use cases of Gluten with ABFS. To use an ABFS account as your data source, please ensure you use the listed ABFS config in your spark-defaults.conf. If you would like to authenticate with ABFS using additional auth mechanisms, please reach out using the 'Issues' tab.

Working with ABFS

Configuring ABFS Access Token

To configure access to your storage account, replace 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.

spark.hadoop.fs.azure.account.key.<storage-account>.dfs.core.windows.net  XXXXXXXXX

Other authentatication methods are not yet supported.

Local Caching support

Velox supports a local cache when reading data from ABFS. Please refer Velox Local Cache part for more detailed configurations.