Skip to content

Commit 5d0417a

Browse files
committed
Fix minor text issues . . .
1 parent eefbe6b commit 5d0417a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/machine-learning/how-to-submit-spark-jobs.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: template-how-to
1717
[!INCLUDE [preview disclaimer](../../includes/machine-learning-preview-generic-disclaimer.md)]
1818

1919
Azure Machine Learning supports submission of standalone machine learning jobs, and creation of [machine learning pipelines](./concept-ml-pipelines.md), that involve multiple machine learning workflow steps. Azure Machine Learning handles both standalone Spark job creation, and creation of reusable Spark components that Azure Machine Learning pipelines can use. In this article, you'll learn how to submit Spark jobs using:
20-
- Azure Machine Learning studio UI
20+
- Azure Machine Learning Studio UI
2121
- Azure Machine Learning CLI
2222
- Azure Machine Learning SDK
2323

@@ -41,11 +41,11 @@ Azure Machine Learning supports submission of standalone machine learning jobs,
4141

4242
# [Studio UI](#tab/ui)
4343

44-
These prerequisites cover the submission of a Spark job from Azure Machine Learning studio UI:
44+
These prerequisites cover the submission of a Spark job from Azure Machine Learning Studio UI:
4545
- An Azure subscription; if you don't have an Azure subscription, [create a free account](https://azure.microsoft.com/free) before you begin.
4646
- An Azure Machine Learning workspace. See [Create workspace resources](./quickstart-create-resources.md).
4747
- To enable this feature:
48-
1. Navigate to Azure Machine Learning studio UI.
48+
1. Navigate to Azure Machine Learning Studio UI.
4949
2. Select **Manage preview features** (megaphone icon) from the icons on the top right side of the screen.
5050
3. In **Managed preview feature** panel, toggle on **Run notebooks and jobs on managed Spark** feature.
5151
:::image type="content" source="media/interactive-data-wrangling-with-apache-spark-azure-ml/how_to_enable_managed_spark_preview.png" alt-text="Screenshot showing option for enabling Managed Spark preview.":::
@@ -403,16 +403,16 @@ This functionality isn't available in the Studio UI. The Studio UI doesn't suppo
403403

404404
---
405405

406-
### Submit a standalone Spark job from Azure Machine Learning studio UI
407-
To submit a standalone Spark job using the Azure Machine Learning studio UI:
406+
### Submit a standalone Spark job from Azure Machine Learning Studio UI
407+
To submit a standalone Spark job using the Azure Machine Learning Studio UI:
408408

409-
:::image type="content" source="media/how-to-submit-spark-jobs/create_standalone_spark_job.png" alt-text="Screenshot showing creation of a new Spark job in Azure Machine Learning studio UI.":::
409+
:::image type="content" source="media/how-to-submit-spark-jobs/create_standalone_spark_job.png" alt-text="Screenshot showing creation of a new Spark job in Azure Machine Learning Studio UI.":::
410410

411411
- In the left pane, select **+ New**.
412412
- Select **Spark job (preview)**.
413413
- On the **Compute** screen:
414414

415-
:::image type="content" source="media/how-to-submit-spark-jobs/create_standalone_spark_job_compute.png" alt-text="Screenshot showing compute selection screen for a new Spark job in Azure Machine Learning studio UI.":::
415+
:::image type="content" source="media/how-to-submit-spark-jobs/create_standalone_spark_job_compute.png" alt-text="Screenshot showing compute selection screen for a new Spark job in Azure Machine Learning Studio UI.":::
416416

417417
1. Under **Select compute type**, select **Spark automatic compute (Preview)** for Managed (Automatic) Spark compute, or **Attached compute** for an attached Synapse Spark pool.
418418
1. If you selected **Spark automatic compute (Preview)**:

0 commit comments

Comments
 (0)