Skip to content

Commit d58612e

Browse files
authored
Merge pull request #82 from pndaproject/docs-fix
Update README.md
2 parents 0cc7c5a + 319c50f commit d58612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ The following varibles are only injected for Spark streaming components. They ma
531531
````
532532
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.
533533
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'.
534+
component_respawn_type whether to restart the process when it exits. Valid values are always, no, on-success, on-failure, on-abnormal, on-watchdog or on-abort. Refer to the systemd documentation for more information about each of these.
535535
component_respawn_timeout_sec used with component_respawn_type to set how long to wait (in seconds) before restarting the process when it exits.
536536
(java only) component_main_jar the jar containing the job code
537537
(python only) component_main_py the python file containing the job code

0 commit comments

Comments
 (0)