本文共 2019 字,大约阅读时间需要 6 分钟。
bin/mkdistro.sh -DskipTests
bin/oozie-setup.sh prepare-war hadoop 1.1.2 /usr/hadoop/
bin/oozie-setup.sh prepare-war
oozie.service.JPAService.jdbc.driver com.mysql.jdbc.Driver JDBC driver class. oozie.service.JPAService.jdbc.url jdbc:mysql://localhost:3306/oozie JDBC URL. oozie.service.JPAService.jdbc.username oozie DB user name.
mysql> create database oozie; Query OK, 1 row affected (0.03 sec) mysql> grant all privileges on oozie.* to 'oozie'@'localhost' identified by 'oozie'; Query OK, 0 rows affected (0.03 sec) mysql> grant all privileges on oozie.* to 'oozie'@'%' identified by 'oozie'; Query OK, 0 rows affected (0.03 sec) mysql> exit
bin/ooziedb.sh create -sqlfile oozie.sql -run
$ bin/oozied.sh start
$ bin/oozied.sh run
$ bin/oozie admin -oozie http://localhost:11000/oozie -status
转载地址:http://kumul.baihongyu.com/