Closed sumahmud closed 2 weeks ago
I had the same issue. I believe the fix is in the file setup.json, line 56. It currently says:
"sparkVersion": "3.1"
I just changed it to 3.4 instead of 3.1 and the script worked fine.
I also showed my students how to create the Spark Cluster manually, which also makes the lab work fine.
This should be resolved by a PR I just merged
Module: 07
Lab/Demo: 07
Task: Provision an Azure Synapse Analytics workspace
Step: 05
Description of issue The cluster creation has been failed as it throws the error that spark compute version 3.1 is invalid. I have checked the setup script and the version is set to 3.1. Once I created the cluster manually from the studio with a lower version, it worked fine.