我的机器上安装了 HDP 集群和 Azure 存储模拟器,并且想从我的 hadoop 作业中访问 Azure 存储模拟器。显然,这不是我的 Hadoop 集群的默认 HDFS。我知道,如果我有 HDInsight 模拟器,我就可以访问它,因为它会自动设置配置。我想知道我需要在我的 hadoop 集群中设置哪些配置才能访问 azure 存储模拟器?
当我运行“hdfs dfs -ls wasb://127.0.0.1:10000/”时,我收到以下错误消息
org.apache.hadoop.fs.azure.AzureException: Unable to access container $root in account 127.0.0.1:10000 using anonymous credentials, and no credentials found for them in the configuration.