hdfs://<namenodehost>/<path>
但我不确定它是否可能在Azure之外,不确定端口是否也不使用。
我实际上尝试的是:
hdfs://hdinsightscopit.azurehdinsight.net:9000
没有成功。
我需要访问hdfs,连接wasb[s]://<containername>@<accountname>.blob.core.windows.net/<path>
但这不是我需要的。
有什么想法吗?
此致
答案 0 :(得分:0)
HDInsight使用WASB而不是HDFS。这是Azure Blob存储的抽象,因此从集群外部,您可以直接读取/写入blob以访问数据。
例如,https://github.com/Blackmist/hdinsight-tools是我创建的PowerShell脚本,允许您输入WASB样式地址,但它只使用标准Azure存储Cmdlet与存储进行通信。