Installing Oozie
Oozie is distributed as two separate packages; a client package (oozie-client) and a server package (oozie). Depending on what you are planning to install, choose the appropriate packages and install them using your preferred package manager application.
To install the Oozie server package on an Ubuntu and other Debian system:
$ sudo apt-get install oozie
To install the Oozie client package on an Ubuntu and other Debian system:
$ sudo apt-get install oozie-client
To install the Oozie server package on a RHEL-compatible system:
$ sudo yum install oozie
To install the Oozie client package on a RHEL-compatible system:
$ sudo yum install oozie-client
To install the Oozie server package on a SLES system:
$ sudo zypper install oozie
To install the Oozie client package on a SLES system:
$ sudo zypper install oozie-client
You are now ready to configure Oozie. See the next section.