ADFV 2 Spark Activity with Scala throwing error with error code 2312

Viewed 259

Using Azure Data Factory Version 2, we have created a Spark Activity ( a simple Hello World example ), but it throws Error with Error Code 2312

Our configuration is Hdinsight cluster with Azure Data Lake as primary storage. We also tried spinning up an HDInsight cluster with Azure Blob Storage as primary storage and there as well we are facing same issue.

We further tried replacing Scala code with Python scrip ( simple hello world example ), But facing same issue.

Has anyone encountered this issue, are we missing any basic setting

Thanks in advance

2 Answers

May be its too late and you have already solved your issue . However , you can try below Use azure databricks . Create a new instance of databricks and run your sample hello world in notebook . if its works in notebook then call the same notebook in adf . hope it helps

Related