HDIOnDemandLinkedService を使用している HDInsightHive Azure Data Factory アクティビティがありますが、以下のエラーが表示されます。
GeneralPurpose V1 アカウントである BLOB ストレージ アカウントを確認しましたが、標準価格ではまだ問題が発生しています。昨日までは機能していましたが、今日から何が変わったのかわかりません。
以下は私のHDIONDemandLinkedServiceコードです
{
"name": "HDIOnDemandLinkedService",
"properties": {
"hubName": "ne1admapsimplymeasureddf01_hub",
"type": "HDInsightOnDemand",
"typeProperties": {
"version": "3.6",
"clusterSize": 2,
"timeToLive": "01:00:00",
"osType": "Linux",
"coreConfiguration": {},
"hBaseConfiguration": {},
"hdfsConfiguration": {},
"hiveConfiguration": {},
"mapReduceConfiguration": {},
"oozieConfiguration": {},
"sparkConfiguration": {},
"stormConfiguration": {},
"yarnConfiguration": {},
"additionalLinkedServiceNames": [],
"linkedServiceName": "AzureStorageLinkedService"
}
}
}