- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Oozie Installation with Mysql
- Labels:
-
Apache Oozie
-
Cloudera Manager
Created on ‎05-29-2014 11:15 PM - edited ‎09-16-2022 01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have installed CDH5. I was able to install all services including oozie. But when I try to configure Oozie to use our mysql database, I am getting the following error :
SERVER[test.pldc.co.org] USER[-] GROUP[-] TOKEN[-] APP[-] JOB[-] ACTION[-] E0103: Could not load service classes, Cannot create PoolableConnectionFactory (Table 'oozie.VALIDATE_CONN' doesn't exist)
org.apache.oozie.service.ServiceException: E0103: Could not load service classes, Cannot create PoolableConnectionFactory (Table 'oozie.VALIDATE_CONN' doesn't exist
I am not sure if Cloudera Manager is supposed to create the database automatically in mysql after you enter the databasein information. But when I get this error, I created the database myself(db = oozie). But I am still getting this error.
Any help will be apprecaited.
Thanks
Ferds
Created ‎05-30-2014 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After changing Oozie's database (you need to create the mysql user and database outside of CM,), you need to run the appropriate command to populate that database with oozie's tables.
Click on Oozie, then in the Actions menu on the right, select Create Database. Oozie must be stopped to do this.
Created ‎05-30-2014 08:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After changing Oozie's database (you need to create the mysql user and database outside of CM,), you need to run the appropriate command to populate that database with oozie's tables.
Click on Oozie, then in the Actions menu on the right, select Create Database. Oozie must be stopped to do this.
Created ‎03-01-2015 03:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to populate the oozie tables into the database. I'm using mysql instead of oozie.
Created ‎03-01-2015 06:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As dlo mentioned, you need to use "Create Database" from Cloudera Manager. You can also create it from the command line if not using Cloudera Manager. See the following for more information:
Ben
