To Setup Cluster from datafactory job -
- First we need to make the Workers to 0 - Yes set it to 0. See image below:
- Then under Addition Cluster Settings, look for Cluster Spark conf and set following name/values.
"spark.databricks.cluster.profile": "singleNode"
"spark.master": "local[*, 4]" - Last we need to set Tag under Cluster custom tags:"ResourceClass": "SingleNode"
That's it!!!
HTH
No comments:
Post a Comment