Installing Oozie
Oozie is distributed as two separate packages—a server package (oozie) and a client package (oozie-client). Choose the appropriate packages and install them with 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 Configuring Oozie.