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.

NameTypeAnnotation
command
filename
silently
booleanwithout showing the output.
continueAfterError
booleancontinue with next command after error, otherwise throw exception
executeParallel
booleanexecute several commands in parallel
This program is parallelized.