-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3838/
-----------------------------------------------------------
Review request for oozie.
Summary
-------
The ooziedb.sh command line allows to create/upgrade/check-version of an Oozie
DB.
It works with all supported DBs (Oracle, MySQL, Postgres, Derby), leveraging
OpenJPA mapping tool for that.
It works in 2 modes:
* sql generation only: generates the necessary scripts only
* sql generation and execution: in addition runs the scripts
This addresses bug OOZIE-631.
https://issues.apache.org/jira/browse/OOZIE-631
Diffs
-----
trunk/core/src/main/conf/oozie-site.xml 1242884
trunk/docs/src/site/twiki/AG_Install.twiki 1242884
trunk/docs/src/site/twiki/AG_OozieUpgrade.twiki PRE-CREATION
trunk/docs/src/site/twiki/DG_QuickStart.twiki 1242884
trunk/docs/src/site/twiki/index.twiki 1242884
trunk/pom.xml 1242884
trunk/src/main/assemblies/distro.xml 1242884
trunk/src/main/assemblies/tools.xml PRE-CREATION
trunk/tools/pom.xml PRE-CREATION
trunk/tools/src/main/bin/ooziedb.sh PRE-CREATION
trunk/tools/src/main/java/org/apache/oozie/tools/OozieDBCLI.java PRE-CREATION
Diff: https://reviews.apache.org/r/3838/diff
Testing
-------
tested with derby/oracle/mysql/postgres DBs, both for creation and upgrades
Thanks,
Alejandro