How to upgrade Spark version in Synaspe?

Pierre Gourven 41 Reputation points
2023-01-30T08:37:49.1866667+00:00

I would like to know how to upgrade Spark version in Synapse?
I have a spark pool on spark 3.1 with a lot of notebooks and would like to upgrade to Spark 3.3 without having to create a new Spark pool and re-deploy my notebooks.
I haven't found a tutorial or explanation on how to achieve this.

Any help would be appreciated

Regards

Pete

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,357 questions
{count} votes

Accepted answer
  1. PRADEEPCHEEKATLA-MSFT 76,746 Reputation points Microsoft Employee
    2023-04-28T05:26:25.5433333+00:00

    @Pierre Gourven - Yes, you can use Azure Powershell cmdlets to upgrade Apache Spark pool from 3.1 to 3.3.

    Update-AzSynapseSparkPool - Updates a Apache Spark pool in Azure Synapse Analytics.

    As per repro, I was able to upgrade Apache Spark pool from 3.1 to 3.3 using Update-AzSynapseSparkPool powershell cmdlet as shown below.

    User's image

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful