damccorm opened a new issue, #20313:
URL: https://github.com/apache/beam/issues/20313

   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("[email protected]/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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to