我有使用HDIOnDemandLinkedService的HDInsightHive Azure数据工厂活动,但它给了我以下错误。
我已经检查了Blob存储帐户,它是GeneralPurpose V1帐户,并且在Standard Pricing上仍然是问题。 一直到昨天都在工作,但是从今天起我无法弄清楚变化是什么。
下面是我的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"
}
}
}