You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/08/09 17:07:01 UTC

[jira] [Commented] (BEAM-10103) Add WasbIO / WasbFileSystem (Azure Blob Storage)

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

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

This issue was marked "stale-P2" and has not received a public comment in 14 days. It is now automatically moved to P3. If you are still affected by it, you can comment and move it back to P2.

> 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
>            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("yourcontainer@youraccount.blob.core.windows.net/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)