Command Job Type (built-in)

The command job type is one of the basic built-in types. It runs multiple unix commands using java processbuilder. Upon execution, Azkaban spawns off a process to run the command.

How-To-Use

One can run one or multiple commands within one command job. Here is what is needed:

{.parameter}Parameter {.description} Description
type command |
command The full command to run. |

{.params}

For multiple commands, do it like command.1, command.2, etc.

Sample Job Package

Here is a sample job package, just to show how it works. command.zip Uploaded May 13, 2013