Member since
06-08-2016
14
Posts
2
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2760 | 07-08-2016 09:14 AM | |
1934 | 06-14-2016 02:13 PM |
07-08-2016
09:14 AM
Well, not really a solution, but after trying various combinations I was able to install and start the Oozie process. It worked after I created a mysql user like this: MariaDB [(none)]> grant all on oozie.* TO 'oozie'@'host.company.com' IDENTIFIED BY 'secretpassword';
... View more
07-08-2016
08:14 AM
CDH 5.7.1 Atempts to install Oozie with Cloudera Manager fails with the error in stderr log file: Error: Could not connect to the database: java.sql.SQLException: Access denied for user 'oozie'@'localhost' (using password: YES) There is no password configured, but even with a pasword configured the process still fails. Using the command line mysql client I can connect ( "mysql -u oozie oozie") After connecting via the command line as the "oozie" user I can create and drop tables. I've dropped the database and user and then recreated. No joy. Steps I'm running. Add a service Chose the host for the Oozie Server service Test (external mysql) database connetion is successful Review changes and start the installation. Full disclosure: This is the second attempt to install this cluster (after removing packages, dropping databases, etc) so I'm thinking some configuration file was left behind (but it would still have been the same values). Datanode DNS issues caused me to reset the installation.
... View more
Labels:
06-14-2016
02:13 PM
Let me answer my own question... Replication using Mariadb works. Compute on...
... View more
06-08-2016
01:33 PM
From the installation docs: Cloudera Manager installation fails if GTID-based replication is enabled in MySQL. So no master/slave MySQL setup allowed? Am I reading that correctly? Or are certian replication formats not allowed?
... View more
Labels:
- Labels:
-
Cloudera Manager