File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -739,7 +739,8 @@ def get_run_args(
739
739
740
740
Args:
741
741
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.
743
744
submit_py_files (list[str]): List of paths (local or S3) to provide for
744
745
`spark-submit --py-files` option
745
746
submit_jars (list[str]): List of paths (local or S3) to provide for
@@ -987,7 +988,8 @@ def get_run_args(
987
988
988
989
Args:
989
990
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
991
993
submit_class (str): Java class reference to submit to Spark as the primary
992
994
application
993
995
submit_jars (list[str]): List of paths (local or S3) to provide for
You can’t perform that action at this time.
0 commit comments