You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by su...@apache.org on 2014/08/21 13:51:10 UTC

git commit: FALCON-611. Post process arg status is in 'FAILED' state always. Contributed by Shwetha GS.

Repository: incubator-falcon
Updated Branches:
  refs/heads/master 003daca10 -> d5fdb3294


FALCON-611. Post process arg status is in 'FAILED' state always. Contributed by Shwetha GS.


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

Branch: refs/heads/master
Commit: d5fdb3294ff15f53e92e8f6cdccc9d9b787dd69c
Parents: 003daca
Author: Suhas V <su...@inmobi.com>
Authored: Thu Aug 21 17:20:32 2014 +0530
Committer: Suhas V <su...@inmobi.com>
Committed: Thu Aug 21 17:20:32 2014 +0530

----------------------------------------------------------------------
 CHANGES.txt                                      | 4 ++++
 oozie/src/main/resources/action/post-process.xml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/d5fdb329/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 5a1d682..4e3f919 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -59,8 +59,12 @@ Trunk (Unreleased)
   OPTIMIZATIONS
 
   BUG FIXES
+   FALCON-611 Post process arg status is in 'FAILED' state always
+   (Shwetha GS via Suhas Vasu)
+
    FALCON-622 Fix ProcessUpdate and update at specific time test
    (Samarthg)
+
    FALCON-616 cluster submission should fail when shared libs copy fail
    (Shwetha GS via Suhas Vasu)   
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/d5fdb329/oozie/src/main/resources/action/post-process.xml
----------------------------------------------------------------------
diff --git a/oozie/src/main/resources/action/post-process.xml b/oozie/src/main/resources/action/post-process.xml
index 50cc0d4..2714859 100644
--- a/oozie/src/main/resources/action/post-process.xml
+++ b/oozie/src/main/resources/action/post-process.xml
@@ -45,7 +45,7 @@
         <arg>-runId</arg>
         <arg>${wf:run()}</arg>
         <arg>-status</arg>
-        <arg>${wf:lastErrorNode() == '' ? 'SUCCEEDED' : 'FAILED'}</arg>
+        <arg>${wf:lastErrorNode() == null ? 'SUCCEEDED' : 'FAILED'}</arg>
         <arg>-timeStamp</arg>
         <arg>${timeStamp}</arg>
         <arg>-brokerImplClass</arg>