Author: rkanter
Date: Fri Sep 20 23:16:02 2013
New Revision: 1525173

URL: http://svn.apache.org/r1525173
Log:
OOZIE-1284 oozie.service.SchemaService.wf.ext.schemas in oozie-site is missing 
some newer xsd files (rkanter)

Modified:
    oozie/branches/branch-4.0/core/src/main/conf/oozie-site.xml
    oozie/branches/branch-4.0/release-log.txt

Modified: oozie/branches/branch-4.0/core/src/main/conf/oozie-site.xml
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/core/src/main/conf/oozie-site.xml?rev=1525173&r1=1525172&r2=1525173&view=diff
==============================================================================
--- oozie/branches/branch-4.0/core/src/main/conf/oozie-site.xml (original)
+++ oozie/branches/branch-4.0/core/src/main/conf/oozie-site.xml Fri Sep 20 
23:16:02 2013
@@ -37,9 +37,9 @@
     <property>
         <name>oozie.service.SchemaService.wf.ext.schemas</name>
         <value>
-            
shell-action-0.1.xsd,shell-action-0.2.xsd,email-action-0.1.xsd,hive-action-0.2.xsd,
-            
hive-action-0.3.xsd,hive-action-0.4.xsd,hive-action-0.5.xsd,sqoop-action-0.2.xsd,
-            
sqoop-action-0.3.xsd,ssh-action-0.1.xsd,ssh-action-0.2.xsd,distcp-action-0.1.xsd,
+            
shell-action-0.1.xsd,shell-action-0.2.xsd,shell-action-0.3.xsd,email-action-0.1.xsd,hive-action-0.2.xsd,
+            
hive-action-0.3.xsd,hive-action-0.4.xsd,hive-action-0.5.xsd,sqoop-action-0.2.xsd,sqoop-action-0.3.xsd,
+            
sqoop-action-0.4.xsd,ssh-action-0.1.xsd,ssh-action-0.2.xsd,distcp-action-0.1.xsd,distcp-action-0.2.xsd,
             oozie-sla-0.1.xsd,oozie-sla-0.2.xsd
         </value>
     </property>

Modified: oozie/branches/branch-4.0/release-log.txt
URL: 
http://svn.apache.org/viewvc/oozie/branches/branch-4.0/release-log.txt?rev=1525173&r1=1525172&r2=1525173&view=diff
==============================================================================
--- oozie/branches/branch-4.0/release-log.txt (original)
+++ oozie/branches/branch-4.0/release-log.txt Fri Sep 20 23:16:02 2013
@@ -1,5 +1,6 @@
 -- Oozie 4.0.1 release (unreleased)
 
+OOZIE-1284 oozie.service.SchemaService.wf.ext.schemas in oozie-site is missing 
some newer xsd files (rkanter)
 OOZIE-1549 Update hcat documentation to mention hcatalog-pig-adapter jar 
(bowenzhangusa via rohini)
 
 -- Oozie 4.0.0 release


Reply via email to