-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3838/
-----------------------------------------------------------

(Updated 2012-03-01 15:49:49.093812)


Review request for oozie.


Changes
-------

Updating oozie-site.xml to use JPAService for JDBC properties.


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 (updated)
-----

  trunk/core/src/main/conf/oozie-site.xml 1295631 
  trunk/docs/src/site/twiki/AG_Install.twiki 1295631 
  trunk/docs/src/site/twiki/AG_OozieUpgrade.twiki PRE-CREATION 
  trunk/docs/src/site/twiki/DG_QuickStart.twiki 1295631 
  trunk/docs/src/site/twiki/index.twiki 1295631 
  trunk/pom.xml 1295631 
  trunk/src/main/assemblies/distro.xml 1295631 
  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

Reply via email to