简体   繁体   English

数据工厂创建hdinsight按需群集失败

[英]Data factory create hdinsight on-demand cluster fails

I have come upon two major issues trying to make my datafactory implementation work. 我遇到了两个主要问题,试图使我的数据工厂实现工作正常进行。

This is the first error message i received: 这是我收到的第一条错误消息:

Failed to create cluster. HttpCode:PreClusterCreationValidationFailure, Error message: Pre cluster creation validation failed for cluster d4755ccc6-e9d5-4ad3-922e-225a3a2911ff due to user error. Validation Report: HdInsight supports only general-purpose storage accounts with standard tier. Make sure that the account is not a premium or blob only storage account. Information about various storage accounts can be found at go.microsoft.com/fwlink/?LinkId=808302 Exception: An exception has occurred: The remote server returned an error: (501) Not Implemented.

This error returned over and over again, but today I got a new error: 这个错误一遍又一遍地返回,但是今天我收到了一个新错误:

Unknown error in module: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: 'authority' Uri should have at least one segment in the path (i.e. https //<host>/<path>/...) Parameter name: authority  

So my question is what is really going on here? 所以我的问题是这里到底发生了什么? All these errors I have found in the Data factory Monitor. 我在数据工厂监视器中发现了所有这些错误。

Regards 问候

Erik 埃里克

To answer your first error check out this question: 要回答您的第一个错误,请查看以下问题:

How to create Azure on demand HD insight Spark cluster using Data Factory 如何使用Data Factory创建Azure点播高清见解Spark群集

Not sure about your second error. 不确定您的第二个错误。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure数据工厂HDInsight点播群集“无法实例化SessionHiveMetaStoreClient” - Azure data factory HDInsight on-demand cluster 'Unable to instantiate SessionHiveMetaStoreClient' 适用于Azure Data Factory点播HDInsight群集中用于Pig的Python UDF - Python UDF for Pig in Azure Data Factory On demand HDInsight cluster 在 Azure 数据工厂中为按需 HDInsight 操作指定目标 blob 容器 - Specify target blob container for on-demand HDInsight action in Azure Data Factory 在按需 hdinsight 集群中的 hive 脚本中使用 JsonSerDe - Using JsonSerDe in a hive script in an on-demand hdinsight cluster HD Insight 3.6:Data Factory V2-运行脚本操作以安装按需群集的依赖项 - HD Insight 3.6: Data Factory V2- Running Script Actions to Install Dependencies for On-Demand Cluster Azure DataFactory 使用 On-Demand HDInsight 群集的链接服务响应 Hive 活动的 BadRequest - Azure DataFactory responds with BadRequest for Hive acitivity using On-Demand HDInsight cluster's linked service 从Azure数据工厂管道中获取按需数据 - Fetch on-demand data from Azure Data Factory Pipeline 无法在Azure数据工厂中创建按需hadoop群集; AdditionalProperties无效 - Fail to create in-demand hadoop cluster in Azure Data Factory; additionalProperties is not active 如何避免在Azure数据工厂中按需HDInsight每次创建新容器 - How to avoid hdinsight on demand in azure data factory from creating a new container everytime Azure数据工厂无法访问受IP限制的VNet中的HDInsight群集 - Azure Data Factory can't access HDInsight cluster in IP restricted VNet
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM