Skip to content

Commit 422fcad

Browse files
author
Payton Staub
committed
Update doc, call out that submit_app is translated to code on the RunArgs object
1 parent 560036f commit 422fcad

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/sagemaker/spark/processing.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,8 @@ def get_run_args(
739739
740740
Args:
741741
submit_app (str): Path (local or S3) to Python file to submit to Spark
742-
as the primary application
742+
as the primary application. This is translated to the `code`
743+
property on the returned `RunArgs` object.
743744
submit_py_files (list[str]): List of paths (local or S3) to provide for
744745
`spark-submit --py-files` option
745746
submit_jars (list[str]): List of paths (local or S3) to provide for
@@ -987,7 +988,8 @@ def get_run_args(
987988
988989
Args:
989990
submit_app (str): Path (local or S3) to Python file to submit to Spark
990-
as the primary application
991+
as the primary application. This is translated to the `code`
992+
property on the returned `RunArgs` object
991993
submit_class (str): Java class reference to submit to Spark as the primary
992994
application
993995
submit_jars (list[str]): List of paths (local or S3) to provide for

0 commit comments

Comments
 (0)