Skip to content

Commit 94efbc0

Browse files
committed
add spark job in v2 parity
1 parent 80865e0 commit 94efbc0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/machine-learning/migrate-to-v2-execution-pipeline.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,18 +229,18 @@ This article gives a comparison of scenario(s) in SDK v1 and SDK v2. In the foll
229229
|`adla_step`|None|None|
230230
|`automl_step`|`automl` job|`automl` component|
231231
|`azurebatch_step`| None| None|
232-
|`command_step`| `command` job|`command` component|
232+
|`command_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
233233
|`data_transfer_step`| None | None |
234234
|`databricks_step`| None | None |
235-
|`estimator_step`| command job|`command` component|
236-
|`hyper_drive_step`|`sweep` job| `sweep` component|
235+
|`estimator_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
236+
|`hyper_drive_step`|[`sweep` job](reference-yaml-job-sweep.md)| None |
237237
|`kusto_step`| None|None|
238-
|`module_step`|None| `command` component|
239-
|`mpi_step`| `command` job|`command` component|
238+
|`module_step`|None| [`command` component](reference-yaml-component-command.md)|
239+
|`mpi_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
240240
|`parallel_run_step`|`Parallel` job| `Parallel` component|
241-
|`python_script_step`| `command` job|`command` component|
242-
|`r_script_step`| `command` job |`command` component|
243-
|`synapse_spark_step`| `spark` job | `spark` component |
241+
|`python_script_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
242+
|`r_script_step`| [`command` job](reference-yaml-job-command.md) | [`command` component](reference-yaml-component-command.md)|
243+
|`synapse_spark_step`| [`spark` job](reference-yaml-job-spark.md) | [`spark` component](reference-yaml-component-spark.md) |
244244

245245
## Published pipelines
246246

0 commit comments

Comments
 (0)