79267268

Date: 2024-12-10 07:00:03
Score: 1.5
Natty:
Report link

Below are the step by step instruction on how to upgrade Apache Spark to V3.4.

Step 1:

Go to AzSynapseSparkPool Powershell from the Azure Portal enter image description here

Step: 2:

Upgrade Apache Spark pool using Update-AzSynapseSparkPool powershell cmdlet as shown below.

Check the version of the Apache Spark:

get-AzSynapsesparkpool -WorkspaceName <Synapseworkspacename>

Update the version of the Spark:

update-AzSynapseSparkPool -WorkspaceName <Synapseworkspacename> -Name <SparkPoolName> -sparkversion 3.4

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Faitus Joseph