RunCommand
Execute system commands. If executeParallel is set and multiple commands are given they are executed in parallel at distributed nodes, otherwise they are executed consecutively at master node only.
Name | Type | Annotation |
---|---|---|
command | filename | |
silently | boolean | without showing the output. |
continueAfterError | boolean | continue with next command after error, otherwise throw exception |
executeParallel | boolean | execute several commands in parallel |