简体   繁体   中英

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

Not sure about your second error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM