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