错误:E0902 - 无法使用匿名凭据访问容器

时间:2016-04-11 13:44:53

标签: azure hadoop hdfs hdinsight

我创建了一个基于HDInsight Linux的群集,通过ssh连接到它,并运行此命令:

hadoop fs -ls wasb://defaultcontainer@myclusterstorage.blob.core.windows.net/

但结果是:

  

org.apache.hadoop.fs.azure.AzureException:无法访问容器   帐户myclusterstorage.blob.core.windows.net中的defaultcontainer   使用匿名凭据,并且没有找到他们的凭据   配置。

我该怎么办?密钥fs.defaultFS和fs.azure.account.key.myclusterstorage.blob.core.windows.net存在于core-site.xml中

(当我尝试从教程中运行命令“oozie job -config job.xml -run”时,我得到同样的错误)

0 个答案:

没有答案