ABFS
ABFS, short for Azure Blob File System, is a Hadoop-compatible file system driver that enables applications to access data stored in Microsoft Azure Blob Storage using the Hadoop FileSystem API. It provides a bridge between distributed processing frameworks such as Hadoop MapReduce and Apache Spark and Azure Storage, allowing scalable data processing without moving data into a separate shared filesystem.
The ABFS connector is part of the Hadoop ecosystem and is implemented as a FileSystem under the
Authentication is supported via multiple methods, including Azure Active Directory OAuth 2.0 (with service principals or
Use cases include data lakes on Azure, large-scale ETL pipelines, and analytics workloads that require direct
See also: Azure Blob Storage, Azure Data Lake Storage Gen2, Hadoop FileSystem, HDInsight, Apache Spark.