Skip to content

Commit b93da12

Browse files
committed
Small edits . . .
1 parent 79177a3 commit b93da12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/quickstart-spark-jobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ resources:
179179
180180
In the above YAML specification file:
181181
- the `code` property defines relative path of the folder containing parameterized `titanic.py` file.
182-
- the `resource` property defines the `instance_type` and the Apache Spark `runtime_version` that serverless Spark compute uses. These instance type values are currently supported:
182+
- the `resource` property defines the `instance_type` and the Apache Spark `runtime_version` values that serverless Spark compute uses. These instance type values are currently supported:
183183
- `standard_e4s_v3`
184184
- `standard_e8s_v3`
185185
- `standard_e16s_v3`
@@ -314,7 +314,7 @@ First, upload the parameterized Python code `titanic.py` to the Azure Blob stora
314314
1. Select **Create** to submit the standalone Spark job.
315315

316316
> [!NOTE]
317-
> A standalone job submitted from the Studio UI, using an Azure Machine Learning serverless Spark compute, defaults to user identity passthrough for data access.
317+
> A standalone job submitted from the Studio UI, using an Azure Machine Learning serverless Spark compute, defaults to the user identity passthrough for data access.
318318

319319
---
320320

0 commit comments

Comments
 (0)