Registry / cloud / hadoop-azure

hadoop-azure

JSON →
library3.5.0javamavenunverified

Azure Blob File System client for reading and writing data to Azure Storage from Apache Hadoop.

<dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-azure</artifactId> <version>3.5.0</version> </dependency>
INSTALL
IMPORT
SIG · HADOOP-AZURE
H
hadoop-azure
cloudjavav3.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AzureBlobFileSystem
org.apache.hadoop.fs.azure.AzureBlobFileSystem

Initializing Azure Blob File System in Hadoop.

import org.apache.hadoop.fs.azure.AzureBlobFileSystem; import org.apache.hadoop.conf.Configuration; public class Example { public static void main(String[] args) throws Exception { Configuration conf = new Configuration(); AzureBlobFileSystem fs = new AzureBlobFileSystem(); fs.initialize(URI.create("wasbs://container@storage.blob.core.windows.net"), conf); System.out.println("Connected to Azure Blob Storage"); } }
Debug
Known issues
gotchaRequires Azure storage account credentials configured in Hadoop configuration.
fix
Set fs.azure.account.key.<account>.blob.core.windows.net property.
affects: *
Upgrade
Version history
3.5.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
hadoop-azure — mvn dependency:get hadoop-azure · libregistry