I am trying to use Hadoop Azure HDInsight. I enter the cluster using ssh and run the following
hadoop jar jar_name class_name wasb://container@storagename.core.windows.net/inputdir wasb://container@storagename.core.windows.net/outputdir
But I get the following exception:
An exception in the stream "main" org.apache.hadoop.fs.azure.AzureException: org.apache.hadoop.fs.azure.AzureException: cannot access the xxx container in the yyy.core.windows.net account using anonymous accounts data, and no credentials found for them in the configuration.
I use azure cli, and I ran "azure login" before starting the aforementioned hadoop job.
Please let me know how I can fix this error.
Ubuntu 12.04 runs on these machines.
PS: Azure, , .