Skip to content

Commit

Permalink
change docstring to include driver classpath when invoking jars cmd o…
Browse files Browse the repository at this point in the history
…n spark submit
  • Loading branch information
IlaiGigi committed Dec 25, 2024
1 parent b13ed89 commit dd9ec74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SparkSubmitHook(BaseHook, LoggingMixin):
:param archives: Archives that spark should unzip (and possibly tag with #ALIAS) into
the application working directory.
:param driver_class_path: Additional, driver-specific, classpath settings.
:param jars: Submit additional jars to upload and place them in executor classpath.
:param jars: Submit additional jars to upload and place them in driver and executor classpath.
:param java_class: the main class of the Java application
:param packages: Comma-separated list of maven coordinates of jars to include on the
driver and executor classpaths
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class SparkSubmitOperator(BaseOperator):
comma. Files will be placed in the working directory of each executor.
For example, serialized objects. (templated)
:param py_files: Additional python files used by the job, can be .zip, .egg or .py. (templated)
:param jars: Submit additional jars to upload and place them in executor classpath. (templated)
:param jars: Submit additional jars to upload and place them in driver and executor classpath. (templated)
:param driver_class_path: Additional, driver-specific, classpath settings. (templated)
:param java_class: the main class of the Java application
:param packages: Comma-separated list of maven coordinates of jars to include on the
Expand Down

0 comments on commit dd9ec74

Please sign in to comment.