Author: virag
Date: Fri Nov  8 18:54:35 2013
New Revision: 1540154

URL: http://svn.apache.org/r1540154
Log:
OOZIE-1603 cannot submit job to oozie on mysql (virag)

Modified:
    oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml
    oozie/trunk/core/src/main/resources/META-INF/persistence.xml
    oozie/trunk/core/src/main/resources/oozie-default.xml
    oozie/trunk/release-log.txt

Modified: oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml?rev=1540154&r1=1540153&r2=1540154&view=diff
==============================================================================
--- oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml (original)
+++ oozie/trunk/core/src/main/resources/META-INF/oozie-mysql-orm.xml Fri Nov  8 
18:54:35 2013
@@ -20,13 +20,6 @@
                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                  
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm 
http://java.sun.com/xml/ns/persistence/orm_1_0.xsd";
                  version="1.0">
-    <entity class="org.apache.oozie.WorkflowJobBean">
-        <attributes>
-            <basic name="wfInstance">
-                <column name="wf_instance" column-definition="MEDIUMBLOB"/>
-            </basic>
-        </attributes>
-    </entity>
     <entity class="org.apache.oozie.client.rest.JsonSLAEvent">
         <attributes>
             <id name="event_id">

Modified: oozie/trunk/core/src/main/resources/META-INF/persistence.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/core/src/main/resources/META-INF/persistence.xml?rev=1540154&r1=1540153&r2=1540154&view=diff
==============================================================================
--- oozie/trunk/core/src/main/resources/META-INF/persistence.xml (original)
+++ oozie/trunk/core/src/main/resources/META-INF/persistence.xml Fri Nov  8 
18:54:35 2013
@@ -133,7 +133,8 @@
             <property name="openjpa.jdbc.DBDictionary" 
value="UseSetBytesForBlobs=true"/>
             <property name="openjpa.jdbc.DBDictionary" 
value="BlobBufferSize=500000"/>
             <property name="openjpa.jdbc.DBDictionary" value="batchLimit=50"/>
-            <property name="openjpa.jdbc.DBDictionary" value="ClobTypeName 
=MEDIUMTEXT"/>
+            <property name="openjpa.jdbc.DBDictionary" 
value="ClobTypeName=MEDIUMTEXT"/>
+            <property name="openjpa.jdbc.DBDictionary" 
value="BlobTypeName=MEDIUMBLOB"/>
             <property name="openjpa.RuntimeUnenhancedClasses" 
value="unsupported"/>
             <property name="openjpa.Log" value="log4j"/>
         </properties>

Modified: oozie/trunk/core/src/main/resources/oozie-default.xml
URL: 
http://svn.apache.org/viewvc/oozie/trunk/core/src/main/resources/oozie-default.xml?rev=1540154&r1=1540153&r2=1540154&view=diff
==============================================================================
--- oozie/trunk/core/src/main/resources/oozie-default.xml (original)
+++ oozie/trunk/core/src/main/resources/oozie-default.xml Fri Nov  8 18:54:35 
2013
@@ -26,7 +26,7 @@
 
     <property>
         <name>oozie.output.compression.codec</name>
-        <value>gz</value>
+        <value>NONE</value>
         <description>
             The name of the compression codec to use.
             The implementation class for the codec needs to be specified 
through another property oozie.compression.codecs.

Modified: oozie/trunk/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/trunk/release-log.txt?rev=1540154&r1=1540153&r2=1540154&view=diff
==============================================================================
--- oozie/trunk/release-log.txt (original)
+++ oozie/trunk/release-log.txt Fri Nov  8 18:54:35 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.1.0 release (trunk - unreleased)
 
+OOZIE-1603 cannot submit job to oozie on mysql (virag)
 OOZIE-1600 map-reduce actions without configuration section in workflow.xml 
throws "IllegalArgumentException: element cannot be null" (bowenzhangusa via 
rkanter)
 OOZIE-1580 EL variables don't get resolved in configurations imported from a 
<job-xml> (bowenzhangusa via rkanter)
 OOZIE-1562 Allow re-run of actions of killed coordinator (shwethags via virag)


Reply via email to