Hi,
I need to install the below maven coordinates on the clusters using databricks init scripts.
1. coordinate: com.microsoft.azure:synapseml_2.12:0.11.2 with repo https://mmlspark.azureedge.net/maven
2. coordinate: com.microsoft.azure:spark-mssql-connector_2.12:1.2.0 with default repo
I'm able to do this on the cluster using the UI easily. But I would like to install it using the init script so that it is maintainable and reusable by others as well.
Thank you,
Ajay
#jobclusters #initscript