Upgrade Existing Spark Pool from 3.1 to 3.2

Abhiram Duvvuru 236 Reputation points Microsoft Employee
2023-09-11T03:19:21.4033333+00:00

Hi Team,

We want to upgrade the existing spark pool from 3.1 to 3.2 without creating a new spark pool. Please suggest the possible options.

Thanks,

Abhiram

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.
5,378 questions
0 comments No comments
{count} votes

Accepted answer
  1. Harishga 6,005 Reputation points Microsoft External Staff
    2023-09-11T07:21:33.4966667+00:00

    @Abhiram Duvvuru - Thanks for question and using MS Q&A Platform.

    You can use Azure Powershell cmdlets to upgrade Apache Spark pool from 3.1 to 3.2 without creating a new spark pool.

     Here is an example which updates from 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.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Vinodh247 34,666 Reputation points MVP Volunteer Moderator
    2023-09-11T04:23:26.83+00:00

    Hi Abhiram Duvvuru:

    Thanks for reaching out to Microsoft Q&A.

    Yes you can upgrade using powershell cmdlets option without having to create a new spark pool. Pls refer the link below for step by step instructions and samples.

    Update-AzSynapseSparkPool

    Please 'Upvote' and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.