You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/quickstart-create-apache-spark-pool-portal.md
+28-29Lines changed: 28 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,49 +35,48 @@ Sign in to the [Azure portal](https://portal.azure.com/)
35
35
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.
36
36
37
37

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
-

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
+

41
41
42
42
43
43
## Create new Apache Spark pool
44
44
45
45
> [!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.
48
47
1. In the Synapse workspace where you want to create the Apache Spark pool, select **New Apache Spark pool**.
49
-

50
-
2. Enter the following details in the **Basics** tab:
48
+

49
+
1. Enter the following details in the **Basics** tab:
51
50
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 |
58
57
59
58
60
59

61
-
62
-
> [!IMPORTANT]
60
+
61
+
> [!IMPORTANT]
63
62
> 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.
64
63
65
-
3. Select **Next: additional settings** and review the default settings. Do not modify any default settings.
66
-

64
+
1. Select **Next: additional settings** and review the default settings. Do not modify any default settings.
65
+

67
66
68
-
4. Select **Next: tags**. Don't add any tags.
69
-

67
+
1. Select **Next: tags**. Don't add any tags.
68
+

70
69
71
70
5. Select **Review + create**.
72
71
73
-
6. Make sure that the details look correct based on what was previously entered, and select **Create**.
74
-

72
+
1. Make sure that the details look correct based on what was previously entered, and select **Create**.
73
+

75
74
76
-
7. At this point, the resource provisioning flow will start, indicating once it's complete.
77
-

75
+
1. At this point, the resource provisioning flow will start, indicating once it's complete.
76
+

78
77
79
-
8. After the provisioning completes, navigating back to the workspace will show a new entry for the newly created Apache Spark pool.
80
-

78
+
1. After the provisioning completes, navigating back to the workspace will show a new entry for the newly created Apache Spark pool.
79
+

81
80
82
81
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.
83
82
@@ -91,10 +90,10 @@ If you want to delete the Apache Spark pool, do the following:
91
90
92
91
1. Navigate to the Apache Spark pools blade in the workspace.
93
92
2. Select the Apache Spark pool to be deleted (in this case, **contosospark**).
94
-
3. Press **delete**.
95
-

96
-
4. Confirm the deletion, and press **Delete** button.
97
-

93
+
1. Press **delete**.
94
+

95
+
1. Confirm the deletion, and press **Delete** button.
96
+

98
97
5. When the process completes successfully, the Apache Spark pool will no longer be listed in the workspace resources.
0 commit comments