----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3838/#review5485 -----------------------------------------------------------
trunk/core/src/main/conf/oozie-site.xml <https://reviews.apache.org/r/3838/#comment11877> good point, this patch is introducing this name. it seems that has not been changed when we moved to JPAService, i'll take care of renaming the property name. - Alejandro On 2012-02-10 19:36:46, Alejandro Abdelnur wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/3838/ > ----------------------------------------------------------- > > (Updated 2012-02-10 19:36:46) > > > 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 > >
