Skip to content

Commit a743e24

Browse files
authored
Updated how-to-submit-spark-jobs.md
Fixed typo DMClient -> ARMClient. Moved standalone job submission from Studio UI to the appropriate tab.
1 parent 9f606e1 commit a743e24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ If the CLI or SDK code defines an option to use managed identity, Azure Machine
8080
```
8181

8282
### Attach user assigned managed identity using `ARMClient`
83-
1. Install [DMClient](https://github.com/projectkudu/ARMClient), a simple command line tool that invokes the Azure Resource Manager API.
83+
1. Install [ARMClient](https://github.com/projectkudu/ARMClient), a simple command line tool that invokes the Azure Resource Manager API.
8484
1. Create a JSON file that defines the user-assigned managed identity that should be attached to the workspace:
8585
```json
8686
{
@@ -398,9 +398,6 @@ ml_client.jobs.stream(returned_spark_job.name)
398398
> To use an attached Synapse Spark pool, define the `compute` parameter in the `azure.ai.ml.spark` function, instead of `resources`.
399399

400400
# [Studio UI](#tab/ui)
401-
This functionality isn't available in the Studio UI. The Studio UI doesn't support this feature.
402-
403-
---
404401

405402
### Submit a standalone Spark job from Azure Machine Learning Studio UI
406403
To submit a standalone Spark job using the Azure Machine Learning Studio UI:
@@ -486,6 +483,8 @@ To submit a standalone Spark job using the Azure Machine Learning Studio UI:
486483
1. Review the job specification before submitting it.
487484
1. Select **Create** to submit the standalone Spark job.
488485

486+
---
487+
489488
## Spark component in a pipeline job
490489
A Spark component offers the flexibility to use the same component in multiple [Azure Machine Learning pipelines](./concept-ml-pipelines.md), as a pipeline step.
491490

0 commit comments

Comments
 (0)