You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -531,6 +531,8 @@ The following varibles are only injected for Spark streaming components. They ma
531
531
````
532
532
component_spark_version major version of spark to use. Only applicable to HDP clusters, when using CDH PNDA does not support side-by-side Spark frameworks and whatever version is run by the spark-submit command will be used.
533
533
component_spark_submit_args additional arguments to spark-submit
534
+
component_respawn_type whether to restart the process when it exits. Valid values are 'always' and 'no'.
535
+
component_respawn_timeout_sec used with component_respawn_type to set how long to wait (in seconds) before restarting the process when it exits.
534
536
(java only) component_main_jar the jar containing the job code
535
537
(python only) component_main_py the python file containing the job code
536
538
(python only) component_py_files additional python files to pass to spark-submit
0 commit comments