apache / apache/beam

Add WasbIO / WasbFileSystem (Azure Blob Storage)

Open
#20,313 0 comments 0 reactions 0 assignees View on GitHub
ideas io new feature P3
Dominant language
Java
Stars
8.7k
Forks
4.7k
Avg merge
1d 20h
Merged PRs (30d)
196

Description

Azure Blob Storage can be accessed by using the wasb:// and wasbs:// protocols. This should be quite similar to the hdfs:// implementations already there.

 

We should just be able to use it like this:

 
```

(
p
| ReadFromText("yourcontainer@youraccount.blob.core.windows.net/test/sample.txt")

| WriteToText("output.txt", shard_name_template="", num_shards=0)
)

```

 

 

See:

 [1] [https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-use-blob-storage](https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-use-blob-storage)

 [2] [https://hadoop.apache.org/docs/current/hadoop-azure/index.html](https://hadoop.apache.org/docs/current/hadoop-azure/index.html)

 [3] [https://gerardnico.com/azure/wasb](https://gerardnico.com/azure/wasb)

Imported from Jira [BEAM-10103](https://issues.apache.org/jira/browse/BEAM-10103). Original Jira may contain additional context.
Reported by: epicfaace.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.