Skip to content

Commit

Permalink
fix param rendering in docs of SparkSubmitHook (#21788)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal committed Feb 25, 2022
1 parent dc1deff commit 6322dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/apache/spark/hooks/spark_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SparkSubmitHook(BaseHook, LoggingMixin):
comma. Files will be placed in the working directory of each executor.
For example, serialized objects.
:param py_files: Additional python files used by the job, can be .zip, .egg or .py.
:param: archives: Archives that spark should unzip (and possibly tag with #ALIAS) into
: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.
Expand Down

0 comments on commit 6322dad

Please sign in to comment.