使用Cloudera Manager部署oozie
作者:尹正傑
版權聲明:原創作品,謝絕轉載!否則將追究法律責任。
1>.進入CM服務安裝向導
2>.選擇要添加的oozie服務
3>.選擇oozie的依賴環境
4>.為oozie分配角色
5>.數據庫設置

mysql> CREATE DATABASE oozie DEFAULT CHARACTER SET = utf8; Query OK, 1 row affected (0.04 sec) mysql> mysql> GRANT ALL PRIVILEGES ON oozie.* TO 'oozie'@'node101.yinzhengjie.org.cn' IDENTIFIED BY 'yinzhengjie' WITH GRANT OPTION; Query OK, 0 rows affected (0.00 sec) mysql> mysql> FLUSH PRIVILEGES; Query OK, 0 rows affected (0.00 sec) mysql> mysql> quit Bye [root@node101.yinzhengjie.org.cn ~]#
6>.配置oozie的存儲路徑
7>.等待oozie服務安裝完畢

mysql> use oozie Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> show tables; +------------------------+ | Tables_in_oozie | +------------------------+ | BUNDLE_ACTIONS | | BUNDLE_JOBS | | COORD_ACTIONS | | COORD_JOBS | | OOZIE_SYS | | OPENJPA_SEQUENCE_TABLE | | SLA_EVENTS | | SLA_REGISTRATION | | SLA_SUMMARY | | VALIDATE_CONN | | WF_ACTIONS | | WF_JOBS | +------------------------+ 12 rows in set (0.00 sec) mysql>
8>.oozie服務部署成功
9>.在CM端可以看到oozie服務