HDInsightOnDemandLinkedService class errors from multiple runs. #2223
Labels
Data Factory
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Attention
Workflow: This issue is responsible by Azure service team.
I am testing the use of On Demand clusters with the Python SDK. I can get a Cluster pipeline up and running fine, but when I manually delete the cluster and then re-porvision to test a new pre-action on the cluster I get the error:
{
"errorCode": "2310",
"message": "The cluster not found, ClusterEndpoint=https://sdkrun54bf5f8b-eb52-4b13-ab75-b53a22398a32.azurehdinsight.net/",
"failureType": "UserError",
"target": "spark-sqldb"
}
At the time of this error I have manually deleted the cluster that came from the previous pipeline. Why would an On Demand Linked service be looking for the URI of a previous cluster? If I wait a few hours my .py will execute fine and no longer have this specific error. Please let me know if code samples would make this issue more clear.
The text was updated successfully, but these errors were encountered: