Trouble Deploying on Azure: Invalid Spark Compute Version

0
6
Asked By TechNinja42 On

I'm trying to deploy a project from this GitHub repository: https://github.com/microsoft/AzureSynapseEndToEndDemo to my Azure student account. However, I'm hitting a wall with an error message saying "Spark Compute version: 3.1 is invalid" (Code: InvalidSparkComputeVersion). I've gone through and changed all occurrences of the Spark version from 3.1 to 3.4, and I've checked my repo thoroughly for any leftovers, but the error persists when I attempt to deploy. Does anyone have any insights on what might be causing this? Any help would be super appreciated!

3 Answers

Answered By CloudGuru88 On

You might try checking out the Azure DevOps Demo Generator site or deploying directly from the marketplace in the Azure portal. It’d help to know more about what you’re trying to accomplish. Also, if you have classmates, it might be good to ask them since I noticed you’re on a student account.

Answered By CodeWizard99 On

It seems like that repo hasn't been updated in a while—last merge was two years ago. You might want to think twice about using it since it could lead to more issues than it's worth.

Answered By DevExplorer76 On

Yeah, that suggestion is pretty good! Just to let you know though, I'm actually doing this as a personal project, so I don’t have a class to tap into for help. Thanks for the insight!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.