- MySQL 5.6
- CREATE USER 'oozie'@'%' IDENTIFIED BY 'bigdata';
- GRANT ALL PRIVILEGES ON *.* TO 'oozie'@'%';
- FLUSH PRIVILEGES;
- exit
- mysql -u oozie -p
- create database oozie
- ambari web -> add service -> choose oozie -> assign oozie server -> assgin slaves and clients
- customize services
- existing mysql database -> database host, database name, username, password -> test connection
- configure identities -> review -> install, start and test -> summary -> complete
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.