Enabling the Oozie Web Console

Enabling the Oozie Web Console Using Cloudera Manager

Minimum Required Role: Configurator (also provided by Cluster Administrator, Full Administrator)

  1. Download ext-2.2.
  2. Extract the contents of the file to /var/lib/oozie/ on the same host as the Oozie Server.
    For example:
    unzip ext-2.2.zip -d /var/lib/oozie
    chown -R oozie:oozie /var/lib/oozie/ext-2.2
    After that the content of the directories is the following:
    $ ls -ltr /var/lib/oozie/
    total 984
    drwxr-xr-x 9 oozie   oozie   4096 Aug  4  2008 ext-2.2
    drwxr-xr-x 2 oozie   oozie      6 Nov 30 02:25 work
    -rw-r--r-- 1 systest root  999635 Dec  2 07:32 mysql-connector-java.jar
    drwxr-xr-x 5 oozie   oozie     42 Dec  2 07:43 tomcat-deployment
    $ ls -ltr /var/lib/oozie/ext-2.2/
    total 1752
    -rw-r--r--  1 oozie oozie    893 Feb 24  2008 INCLUDE_ORDER.txt
    drwxr-xr-x 33 oozie oozie   4096 Aug  4  2008 examples
    drwxr-xr-x  4 oozie oozie     49 Aug  4  2008 resources
    drwxr-xr-x 10 oozie oozie    148 Aug  4  2008 source
    drwxr-xr-x 10 oozie oozie    120 Aug  4  2008 build
    -rw-r--r--  1 oozie oozie  87524 Aug  4  2008 ext-core.js
    -rw-r--r--  1 oozie oozie 163794 Aug  4  2008 ext-core-debug.js
    -rw-r--r--  1 oozie oozie 974145 Aug  4  2008 ext-all-debug.js
    drwxr-xr-x  6 oozie oozie     55 Aug  4  2008 adapter
    -rw-r--r--  1 oozie oozie  11548 Aug  4  2008 CHANGES.html
    -rw-r--r--  1 oozie oozie 538956 Aug  4  2008 ext-all.js
    -rw-r--r--  1 oozie oozie   1513 Aug  4  2008 license.txt
    drwxr-xr-x  4 oozie oozie    108 Aug  4  2008 docs
    drwxr-xr-x  5 oozie oozie     94 Dec  3 02:27 air
  3. In Cloudera Manager Admin Console, go to the Oozie service.
  4. Locate the Enable Oozie server web console property or search for it by typing its name in the Search box.
  5. Select Enable Oozie server web console.
  6. To commit the changes, click Save Changes.
  7. Restart the Oozie service.

Enabling the Oozie Web Console Using the Command Line