azure - 如何访问 Microsoft Azure HDInsight 中的 blob 存储?

标签 azure hadoop apache-spark azure-blob-storage azure-hdinsight

我刚刚创建了一个基于 Spark 的 HDInsight 群集。我在创建集群时选择了之前创建的 Blob 存储。但是,我不知道如何从在那里创建的虚拟机中访问该 blob 存储。我阅读了许多不同的教程,但无法得到正确的答案。

我可以看到默认容器的文件夹/文件对应于虚拟机中的 HDFS 目录。是否可以将 blob 存储添加到默认容器中,以便我也可以像 HDFS 目录一样访问它?

最佳答案

您可以通过 cmdlet 使用 Azure PowerShell 或 Azure CLI 访问 blob。

引用:Access blobs in Azure HDInsight .

如果要使用带有 GUI 的 Azure 存储资源管理器来访问 blob:

引用:Azure Storage Explorer .

关于azure - 如何访问 Microsoft Azure HDInsight 中的 blob 存储?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47459552/

相关文章:

hadoop - HBase 旧 WALs : what it is and how can I clean it?

hadoop - 使用 Hadoop 存储和处理时间序列

apache-spark - hive on spark - 为什么 'select *' 不生成 spark 应用程序/执行程序?

azure - 使用服务主体续订 Azure CosmosDB MasterKey

azure - 未找到具有指定模式的包

asp.net - 索引超出 Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.VirtualPathUtilities.MakeAppRelative 错误

sql - Azure SQL如何获取数组中满足条件的第一个元素

hadoop - 将参数从 coordinator.xml 传递到 workflow.xml oozie

linux - 使用 ls 命令作为 shell 脚本的输入

python - PySpark 1.5 如何将时间戳从秒截断到最近的分钟