Author: virag
Date: Wed Feb 13 00:54:24 2013
New Revision: 1445445

URL: http://svn.apache.org/r1445445
Log:
Amending release log and adding a missed file from OOZIE-1170

Added:
    oozie/branches/hcat-intre/minitest/src/test/resources/hsqldb-oozie-site.xml
Modified:
    oozie/branches/hcat-intre/release-log.txt

Added: 
oozie/branches/hcat-intre/minitest/src/test/resources/hsqldb-oozie-site.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/minitest/src/test/resources/hsqldb-oozie-site.xml?rev=1445445&view=auto
==============================================================================
--- oozie/branches/hcat-intre/minitest/src/test/resources/hsqldb-oozie-site.xml 
(added)
+++ oozie/branches/hcat-intre/minitest/src/test/resources/hsqldb-oozie-site.xml 
Wed Feb 13 00:54:24 2013
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<configuration>
+    <property>
+        <name>oozie.service.JPAService.jdbc.driver</name>
+        <value>org.hsqldb.jdbcDriver</value>
+    </property>
+    <property>
+        <name>oozie.service.JPAService.jdbc.url</name>
+        <value>jdbc:hsqldb:mem:oozie-db;create=true</value>
+    </property>
+</configuration>

Modified: oozie/branches/hcat-intre/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/hcat-intre/release-log.txt?rev=1445445&r1=1445444&r2=1445445&view=diff
==============================================================================
--- oozie/branches/hcat-intre/release-log.txt (original)
+++ oozie/branches/hcat-intre/release-log.txt Wed Feb 13 00:54:24 2013
@@ -14,7 +14,7 @@ OOZIE-944 Implement Workflow Generator U
 
 -- Oozie 3.3.2 unreleased 
 
-OOZIE-1170 Update minitest module (MiniOozie) to use main pom as its parent 
(jaoki via virag)
+OOZIE-1170 Update minitest module (MiniOozie) to use main pom as its parent 
(jaoki via rkanter)
 OOZIE-1196 HCat EL functions for database and table should be modified (mona)
 OOZIE-1210 Rework uri handling for Prepare actions and jms server mapping 
(rohini via virag)
 OOZIE-1179 coord action in WAITING when no definition of dataset in coord job 
xml (mona)


Reply via email to