Azure Blob Storage URL : WASB:// vs HTTP://

ε祈祈猫儿з 提交于 2019-12-04 02:26:30

From what I understand, wasb://XXXXXXXXXX@XXXXX.blob.core.windows.net is used to access blob storage through HDInsight (ref: http://www.windowsazure.com/en-us/documentation/articles/hdinsight-use-blob-storage/) where as https://XXXXXXXXXX@XXXXX.blob.core.windows.net is used to access blobs through clients supporting HTTP protocol (web browsers etc.).

Just to refine the previous answer a bit: wasb is the hdfs compatible API on top of Azure blob storage. So, using it you can access blobs from any hdfs client, be it part of HDInsight, a self installed IaaS hadoop cluster etc.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!