[ 
https://issues.apache.org/jira/browse/BEAM-10103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193740#comment-17193740
 ] 

Beam JIRA Bot commented on BEAM-10103:
--------------------------------------

This issue is assigned but has not received an update in 30 days so it has been 
labeled "stale-assigned". If you are still working on the issue, please give an 
update and remove the label. If you are no longer working on the issue, please 
unassign so someone else may work on it. In 7 days the issue will be 
automatically unassigned.

> Add WasbIO / WasbFileSystem (Azure Blob Storage)
> ------------------------------------------------
>
>                 Key: BEAM-10103
>                 URL: https://issues.apache.org/jira/browse/BEAM-10103
>             Project: Beam
>          Issue Type: Bug
>          Components: io-ideas
>            Reporter: Ashwin Ramaswami
>            Assignee: Ashwin Ramaswami
>            Priority: P3
>              Labels: stale-assigned
>
> 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.3.4#803005)

Reply via email to