Cloudera Manager CDH5 - Installation Failure on Oozie Database
Posted
by
Nerrve
on Server Fault
See other posts from Server Fault
or by Nerrve
Published on 2014-06-13T14:33:08Z
Indexed on
2014/06/13
15:27 UTC
Read the original article
Hit count: 801
cloudera
|cloudera-manager
While doing the installation, i keep getting a failure on the step "Creating Oozie database"
java.lang.Exception: DB schema exists
at org.apache.oozie.tools.OozieDBCLI.validateDBSchema(OozieDBCLI.java:877)
at org.apache.oozie.tools.OozieDBCLI.createDB(OozieDBCLI.java:184)
at org.apache.oozie.tools.OozieDBCLI.run(OozieDBCLI.java:127)
at org.apache.oozie.tools.OozieDBCLI.main(OozieDBCLI.java:78)
How do i fix this? Where do i get the password/username/dbname for the PostgreSQL database to drop the existing schema?
I tried cat /etc/cloudera-scm-server/db*.properties | grep pass
and
/var/lib/cloudera-scm-server-db/data/generated-password.txt
but the passwords don't work!
© Server Fault or respective owner