Tells the interpreter which job to run in elevated slave mode.
The name of the program. Used for killswitch broadcasts.
Description of the program. Not required.
Minimum version of HIVE required to run program.
Adds two integers, and assigns the value to int b.
Adds integers a and b, then assigns the value to int c.
Assigns the key [var] the value [value].
Subtracts [int b] from [int a], then assigns the value to [int b].
Subtracts [int b] from [int a], then assigns the value to [int c].
Runs the specified job on a new slave node.
Runs the specifed job on a new slave node and assigns the process UID to [int a]
HIVE extension of the c-sytle int type.
HIVE extension of the c-sytle bool type.
HIVE extension of the c-sytle char[] type.