Skip to content

Commit cef69ee

Browse files
committed
Learn Editor: Update quickstart-create-apache-spark-pool-portal.md
1 parent 9ff010b commit cef69ee

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

articles/synapse-analytics/quickstart-create-apache-spark-pool-portal.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,49 +35,48 @@ Sign in to the [Azure portal](https://portal.azure.com/)
3535
1. Navigate to the Synapse workspace where the Apache Spark pool will be created by typing the service name (or resource name directly) into the search bar.
3636

3737
![Azure portal search bar with Synapse workspaces typed in.](media/quickstart-create-sql-pool/create-sql-pool-00a.png)
38-
39-
2. From the list of workspaces, type the name (or part of the name) of the workspace to open. For this example, we'll use a workspace named **contosoanalytics**.
40-
![Listing of Synapse workspaces filtered to show those containing the name Contoso.](media/quickstart-create-sql-pool/create-sql-pool-00b.png)
38+
39+
1. From the list of workspaces, type the name (or part of the name) of the workspace to open. For this example, we'll use a workspace named **contosoanalytics**.
40+
![Listing of Synapse workspaces filtered to show those containing the name Contoso.](media/quickstart-create-sql-pool/create-sql-pool-00b.png)
4141

4242

4343
## Create new Apache Spark pool
4444

4545
> [!IMPORTANT]
46-
> Azure Synapse Runtime for Apache Spark 3.1 and 3.2 have reached their end of support. 3.1 had reached its end of support on January 26, 2023, with official support discontinued effective January 26, 2024, and no further addressing of support tickets, bug fixes, or security updates beyond this date. 3.2 had reached its end of support as of July 8, 2023, with no further bug or feature fixes, but security fixes may be backported based on risk assessment, and it will be retired and disabled as of July 8, 2024.
47-
46+
> Azure Synapse Runtime for Apache Spark 2.4 has been deprecated and officially not supported since 09/29/2023. Given [Spark 3.1](/azure/synapse-analytics/spark/apache-spark-3-runtime) and [Spark 3.2](/azure/synapse-analytics/spark/apache-spark-32-runtime) are also End of Life announced (EOLA), we recommend customers migrate to Spark 3.3. Please refer to [this link](/azure/synapse-analytics/spark/apache-spark-33-runtime) for a migration guide.
4847
1. In the Synapse workspace where you want to create the Apache Spark pool, select **New Apache Spark pool**.
49-
![Overview of Synapse workspace with a red box around the command to create a new Apache Spark pool](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-01.png)
50-
2. Enter the following details in the **Basics** tab:
48+
![Overview of Synapse workspace with a red box around the command to create a new Apache Spark pool](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-01.png)
49+
1. Enter the following details in the **Basics** tab:
5150

52-
|Setting | Suggested value | Description |
53-
| :------ | :-------------- | :---------- |
54-
| **Apache Spark pool name** | A valid pool name | This is the name that the Apache Spark pool will have. |
55-
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
56-
| **Autoscale** | Disabled | We don't need autoscale for this quickstart |
57-
| **Number of nodes** | 5 | Use a small size to limit costs for this quickstart |
51+
|Setting | Suggested value | Description |
52+
| :------ | :-------------- | :---------- |
53+
| **Apache Spark pool name** | A valid pool name | This is the name that the Apache Spark pool will have. |
54+
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
55+
| **Autoscale** | Disabled | We don't need autoscale for this quickstart |
56+
| **Number of nodes** | 5 | Use a small size to limit costs for this quickstart |
5857

5958

6059
![Apache Spark pool create flow - basics tab.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-02.png)
61-
62-
> [!IMPORTANT]
60+
61+
> [!IMPORTANT]
6362
> Note that there are specific limitations for the names that Apache Spark pools can use. Names must contain letters or numbers only, must be 15 or less characters, must start with a letter, not contain reserved words, and be unique in the workspace.
6463

65-
3. Select **Next: additional settings** and review the default settings. Do not modify any default settings.
66-
![Screenshot that shows the "Create Apache Spark pool" page with the "Additional settings" tab selected.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-03.png)
64+
1. Select **Next: additional settings** and review the default settings. Do not modify any default settings.
65+
![Screenshot that shows the "Create Apache Spark pool" page with the "Additional settings" tab selected.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-03.png)
6766

68-
4. Select **Next: tags**. Don't add any tags.
69-
![Apache Spark pool create flow - additional settings tab.](media/quickstart-create-apache-spark-pool/create-spark-pool-03-tags.png)
67+
1. Select **Next: tags**. Don't add any tags.
68+
![Apache Spark pool create flow - additional settings tab.](media/quickstart-create-apache-spark-pool/create-spark-pool-03-tags.png)
7069

7170
5. Select **Review + create**.
7271

73-
6. Make sure that the details look correct based on what was previously entered, and select **Create**.
74-
![Apache Spark pool create flow - review settings tab.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-05.png)
72+
1. Make sure that the details look correct based on what was previously entered, and select **Create**.
73+
![Apache Spark pool create flow - review settings tab.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-05.png)
7574

76-
7. At this point, the resource provisioning flow will start, indicating once it's complete.
77-
![Screenshot that shows the "Overview" page with a "Your deployment is complete" message displayed.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-06.png)
75+
1. At this point, the resource provisioning flow will start, indicating once it's complete.
76+
![Screenshot that shows the "Overview" page with a "Your deployment is complete" message displayed.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-06.png)
7877

79-
8. After the provisioning completes, navigating back to the workspace will show a new entry for the newly created Apache Spark pool.
80-
![Apache Spark pool create flow - resource provisioning.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-07.png)
78+
1. After the provisioning completes, navigating back to the workspace will show a new entry for the newly created Apache Spark pool.
79+
![Apache Spark pool create flow - resource provisioning.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-07.png)
8180

8281
9. At this point, there are no resources running, no charges for Spark, you have created metadata about the Spark instances you want to create.
8382

@@ -91,10 +90,10 @@ If you want to delete the Apache Spark pool, do the following:
9190

9291
1. Navigate to the Apache Spark pools blade in the workspace.
9392
2. Select the Apache Spark pool to be deleted (in this case, **contosospark**).
94-
3. Press **delete**.
95-
![Listing of Apache Spark pools, with the recently created pool selected.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-08.png)
96-
4. Confirm the deletion, and press **Delete** button.
97-
![Confirmation dialog to delete the selected Apache Spark pool.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-10.png)
93+
1. Press **delete**.
94+
![Listing of Apache Spark pools, with the recently created pool selected.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-08.png)
95+
1. Confirm the deletion, and press **Delete** button.
96+
![Confirmation dialog to delete the selected Apache Spark pool.](media/quickstart-create-apache-spark-pool/create-spark-pool-portal-10.png)
9897
5. When the process completes successfully, the Apache Spark pool will no longer be listed in the workspace resources.
9998

10099
## Next steps

0 commit comments

Comments
 (0)