HDInsightOndemand链接服务无法创建群集

时间:2018-08-09 06:36:18

标签: azure-data-factory hdinsight azure-storage-account

我有使用HDIOnDemandLinkedService的HDInsightHive Azure数据工厂活动,但它给了我以下错误。

enter image description here

我已经检查了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"
        }
    }
}

0 个答案:

没有答案
相关问题