Use these entries to help you troubleshoot any issues you might have installing Oozie with non-default databases.
Check the install log:
cp /usr/share/java/mysql-connector-java.jar
usr/lib/oozie/libext/mysql-connector-java.jar has failures: true
The MySQL JDBC.jar file cannot be found.
Check the install log:
Exec[exec cd /var/tmp/oozie && /usr/lib/oozie/bin/ooziedb.sh create
-sqlfile oozie.sql -run ] has failures: true
Oozie was unable to connect to the database or was unable to successfully setup the schema for Oozie.
Check the database connection settings provided during the Customize
Services
step in the install wizard by browsing back to Customize
Services > Oozie
. After confirming and adjusting your database settings,
proceed forward with the install wizard.
If the Install Oozie Server wizard continues to fail, get more information by connecting directly to the Oozie server and executing the following command as <OOZIEUSER>:
su oozie /usr/lib/oozie/bin/ooziedb.sh create -sqlfile oozie.sql
-run