The Oozie Service
Cloudera Manager installs the Oozie server as part of the CDH installation. There are additional steps you need to take to enable the Oozie Web console, to enable SSL communication with Oozie, and to configure an external database for use with Oozie (Cloudera Manager configures Derby by default).
Enabling the Oozie Web Console
- Download ext-2.2.
- Extract the contents of the file to /var/lib/oozie/.
- In the Cloudera Manager Admin Console, go to the Oozie service.
- Select .
- Check Enable Oozie server web console.
- Save your changes.
- Restart the Oozie service.
Enabling SSL for Oozie
You can enable SSL for communication with the Oozie server by setting the "Use SSL" property in your Oozie Security configuration, and adding the keystore file location and password.
- From the Services menu. select the Oozie service.
- From the Configuration menu, select View and Edit.
- Under the Service-Wide > Security category, check Use SSL and save your changes.
- Under the Oozie Server (Default) > Security category, type the path to the keystore file in the Oozie SSL Keystore File field, type the password into the Oozie SSL Keystore Password field, and save your changes.
- Restart the Oozie service.
Using an External Database for Oozie
By default, Cloudera Manager uses Derby for Oozie's database. If necessary, you can configure Oozie to use an external database.
Oozie supports the following databases:
- MySQL 5.0 and 5.5
- PostgreSQL 8.4 and 9.0
- Oracle 11g
To configure Cloudera Manager to use an external database as the database for Oozie:
- In Cloudera Manager, navigate to the Services page and click the Oozie service instance.
- Select .
- Expand Oozie Server (Default) and click Database.
- Specify the settings for Oozie Server database type, Oozie Server database name, Oozie Server database host, Oozie Server database user, and Oozie Server database password.

If you are using MySQL or Oracle, ensure that mysql-connector-java.jar or ojdbc6-11.2.0.3.0.jar respectively are copied or symlinked into the /var/lib/oozie/ directory.
<< | ||
Terms and Conditions Privacy Policy |