1. Install the Oozie RPMs

  1. On the Oozie server, install the necessary RPMs.

    • For RHEL/CentOS/Oracle Linux:

      yum install oozie oozie-client
    • For SLES:

      zypper install oozie oozie-client
    • For Ubuntu:

      apt-get install oozie oozie-client
  2. Optional - Enable the Oozie Web Console

    • Create a lib extension directory.

      cd /usr/lib/oozie
      mkdir libext
    • Add the ExtJS library to the Oozie application.

      • For RHEL/CentOS/Oracle Linux:

        yum install extjs
        cp /usr/share/HDP-oozie/ext-2.2.zip libext/
      • For SLES:

        zypper install extjs
        cp /usr/share/HDP-oozie/ext-2.2.zip libext/
      • For Ubuntu:

        apt-get install extjs
        cp /usr/share/HDP-oozie/ext-2.2.zip libext/

    • Add LZO JAR files.

      cp /usr/lib/hadoop/lib/hadoop-lzo-0.5.0.jar libext/

loading table of contents...