Cloudera Enterprise 5.15.x | Other versions

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.

  Note: The Oozie server package, oozie, is preconfigured to work with MRv2 (YARN). To configure the Oozie server to work with MRv1, see Configuring which Hadoop Version to Use.
  Note: Install Cloudera Repository
Before using the instructions on this page to install or upgrade:
  • Install the Cloudera yum, zypper/YaST or apt repository.
  • Install or upgrade CDH 5 and make sure it is functioning correctly.
For instructions, see Installing the Latest CDH 5 Release and Upgrading Unmanaged CDH Using the Command Line.

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
  Note:

Installing the oozie package creates an oozie service configured to start Oozie at system startup time.

You are now ready to configure Oozie. See Configuring Oozie.

Page generated May 18, 2018.