Skip to content

Commit c0ce14c

Browse files
20240311 spark support in quickstarts, edit pass
1 parent a0d1d93 commit c0ce14c

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Sign in to the [Azure portal](https://portal.azure.com/)
5151

5252
1. Enter the following details in the **Basics** tab:
5353

54-
|Setting | Suggested value | Description |
55-
| :------ | :-------------- | :---------- |
56-
| **Apache Spark pool name** | A valid pool name, like `contosospark` | This is the name that the Apache Spark pool will have. |
57-
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
58-
| **Autoscale** | Disabled | We don't need autoscale for this quickstart |
59-
| **Number of nodes** | 5 | Use a small size to limit costs for this quickstart |
60-
54+
|Setting | Suggested value | Description |
55+
| :------ | :-------------- | :---------- |
56+
| **Apache Spark pool name** | A valid pool name, like `contosospark` | This is the name that the Apache Spark pool will have. |
57+
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
58+
| **Autoscale** | Disabled | We don't need autoscale for this quickstart |
59+
| **Number of nodes** | 5 | Use a small size to limit costs for this quickstart |
60+
6161
:::image type="content" source="media/quickstart-create-apache-spark-pool/create-spark-pool-portal-02.png" alt-text="Screenshot from the Azure portal of the Apache Spark pool create flow - basics tab." lightbox="media/quickstart-create-apache-spark-pool/create-spark-pool-portal-02.png":::
6262

6363
> [!IMPORTANT]

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ From the workspace overview, select the **Workspace web URL** to open Synapse St
6161

6262
1. Enter the following details in the **Basics** tab:
6363

64-
| Setting | Suggested value | Description |
65-
| :------ | :-------------- | :---------- |
66-
| **Apache Spark pool name** | A valid pool name, like `contosospark` | This is the name that the Apache Spark pool will have. |
67-
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
68-
| **Autoscale** | Disabled | We won't need autoscale in this quickstart |
69-
| **Number of nodes** | 8 | Use a small size to limit costs in this quickstart|
70-
| **Dynamically allocate executors** | Disabled | This setting maps to the dynamic allocation property in Spark configuration for Spark Application executors allocation. We won't need autoscale in this quickstart.|
71-
64+
| Setting | Suggested value | Description |
65+
| :------ | :-------------- | :---------- |
66+
| **Apache Spark pool name** | A valid pool name, like `contosospark` | This is the name that the Apache Spark pool will have. |
67+
| **Node size** | Small (4 vCPU / 32 GB) | Set this to the smallest size to reduce costs for this quickstart |
68+
| **Autoscale** | Disabled | We won't need autoscale in this quickstart |
69+
| **Number of nodes** | 8 | Use a small size to limit costs in this quickstart|
70+
| **Dynamically allocate executors** | Disabled | This setting maps to the dynamic allocation property in Spark configuration for Spark Application executors allocation. We won't need autoscale in this quickstart.|
71+
7272
:::image type="content" source="media/quickstart-create-apache-spark-pool/create-spark-pool-studio-24.png" alt-text="Screenshot from the Azure portal of the Basics for Synapse Studio new Apache Spark pool." lightbox="media/quickstart-create-apache-spark-pool/create-spark-pool-studio-24.png":::
7373

7474
> [!IMPORTANT]

0 commit comments

Comments
 (0)