[ 
https://issues.apache.org/jira/browse/BEAM-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on BEAM-10103 started by null.
-----------------------------------
> Add WasbIO / WasbFileSystem (Azure Blob Storage)
> ------------------------------------------------
>
>                 Key: BEAM-10103
>                 URL: https://issues.apache.org/jira/browse/BEAM-10103
>             Project: Beam
>          Issue Type: New Feature
>          Components: io-ideas
>            Reporter: Ashwin Ramaswami
>            Priority: P3
>
> 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:
>  
> {code:python}
>         (
>             p
>             | 
> ReadFromText("[email protected]/test/sample.txt")
>             | WriteToText("output.txt", shard_name_template="", num_shards=0)
>         )
> {code}
>  
>  
> See:
>  [1] 
> [https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-hadoop-use-blob-storage]
>  [2] [https://hadoop.apache.org/docs/current/hadoop-azure/index.html]
>  [3] [https://gerardnico.com/azure/wasb]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to