Disabling Oozie UI using Cloudera Manager

From the Cloudera 7.1.7 SP1 release onwards, the Oozie UI is enabled by default. You can disable it by setting a new property in the Oozie site configuration.

  1. In the Cloudera Manager Admin Console, go to the Oozie service.
  2. Click the Configuration tab.
  3. Locate the Oozie Server Advanced Configuration Snippet (Safety Valve) for oozie-site.xml property or search for it by typing its name in the Search box.
  4. Add the following property:
    Name: oozie.ui.enabled
    Value: false
  5. Enter a Reason for change, and then click Save Changes to commit the changes.
  6. Restart the Oozie service.

    To enable the Oozie UI again, delete the oozie.ui.enabled property set using the safety valve.