You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sh...@apache.org on 2014/03/25 12:50:30 UTC

git commit: FALCON-332 Oozie execution order is wrongly mapped in Falcon for LAST_ONLY

Repository: incubator-falcon
Updated Branches:
  refs/heads/master cf0512f91 -> 5cd371009


FALCON-332 Oozie execution order is wrongly mapped in Falcon for LAST_ONLY


Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/5cd37100
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/5cd37100
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/5cd37100

Branch: refs/heads/master
Commit: 5cd3710099233d09e030e9cfc694a51bbcf0c209
Parents: cf0512f
Author: shaikidris <ps...@gmail.com>
Authored: Tue Mar 25 17:20:20 2014 +0530
Committer: shaikidris <ps...@gmail.com>
Committed: Tue Mar 25 17:20:20 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                               | 3 +++
 client/src/main/resources/process-0.1.xsd | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5cd37100/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 18107b2..efb4b4f 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -99,6 +99,9 @@ Trunk (Unreleased)
     FALCON-123 Improve build speeds in falcon. (Srikanth Sundarrajan via Shwetha GS)
 
   BUG FIXES
+    FALCON-332 Oozie execution order is wrongly mapped in Falcon for LAST_ONLY. 
+    (Shaik Idris)
+
     FALCON-374 Update with effective time in CLI. (Shwetha GS)
 
     FALCON-98 starting embedded hadoop fails sometimes. (Shwetha GS)

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/5cd37100/client/src/main/resources/process-0.1.xsd
----------------------------------------------------------------------
diff --git a/client/src/main/resources/process-0.1.xsd b/client/src/main/resources/process-0.1.xsd
index f98822d..0d0f0e9 100644
--- a/client/src/main/resources/process-0.1.xsd
+++ b/client/src/main/resources/process-0.1.xsd
@@ -217,7 +217,7 @@
         <xs:restriction base="xs:string">
             <xs:enumeration value="FIFO"/>
             <xs:enumeration value="LIFO"/>
-            <xs:enumeration value="ONLYLAST"/>
+            <xs:enumeration value="LAST_ONLY"/>
         </xs:restriction>
     </xs:simpleType>