You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by sr...@apache.org on 2013/09/23 19:00:11 UTC

[2/3] git commit: FALCON-131 Remove set -e from falcon scripts. Contributed by Suresh Srinivas

FALCON-131 Remove set -e from falcon scripts. Contributed by Suresh Srinivas


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

Branch: refs/heads/master
Commit: acb9f6a10fb31f6fda3f5995cb670128c8254fc9
Parents: 4711156
Author: srikanth.sundarrajan <sr...@inmobi.com>
Authored: Mon Sep 23 22:04:00 2013 +0530
Committer: srikanth.sundarrajan <sr...@inmobi.com>
Committed: Mon Sep 23 22:04:00 2013 +0530

----------------------------------------------------------------------
 CHANGES.txt          | 5 ++++-
 src/bin/falcon-start | 2 --
 src/bin/falcon-stop  | 2 --
 src/bin/prism-start  | 2 --
 src/bin/prism-stop   | 2 --
 5 files changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/acb9f6a1/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7ddb0e5..b1fa477 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,10 @@ Trunk (Unreleased)
     via Srikanth Sundarrajan)
 
   IMPROVEMENTS
-    FALCON-69 exception from ConfigurationChangeListener should fail 
+    FALCON-131 Remove set -e from falcon scripts. (Suresh Srinivas
+    via Srikanth Sundarrajan)
+
+    FALCON-69 Exception from ConfigurationChangeListener should fail 
     the API. (Shwetha GS via Srikanth Sundarrajan)
 
     FALCON-63 Ability to ingest hadoop libs to falcon release package.

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/acb9f6a1/src/bin/falcon-start
----------------------------------------------------------------------
diff --git a/src/bin/falcon-start b/src/bin/falcon-start
index b29cb4d..3f5a9d8 100755
--- a/src/bin/falcon-start
+++ b/src/bin/falcon-start
@@ -13,8 +13,6 @@
 #  limitations under the License. See accompanying LICENSE file.
 #
 
-set -e
-
 # resolve links - $0 may be a softlink
 PRG="${0}"
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/acb9f6a1/src/bin/falcon-stop
----------------------------------------------------------------------
diff --git a/src/bin/falcon-stop b/src/bin/falcon-stop
index 45f2056..73b3eea 100755
--- a/src/bin/falcon-stop
+++ b/src/bin/falcon-stop
@@ -13,8 +13,6 @@
 #  limitations under the License. See accompanying LICENSE file.
 #
 
-set -e
-
 # resolve links - $0 may be a softlink
 PRG="${0}"
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/acb9f6a1/src/bin/prism-start
----------------------------------------------------------------------
diff --git a/src/bin/prism-start b/src/bin/prism-start
index 3c8392a..6b56796 100755
--- a/src/bin/prism-start
+++ b/src/bin/prism-start
@@ -13,8 +13,6 @@
 #  limitations under the License. See accompanying LICENSE file.
 #
 
-set -e
-
 # resolve links - $0 may be a softlink
 PRG="${0}"
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/acb9f6a1/src/bin/prism-stop
----------------------------------------------------------------------
diff --git a/src/bin/prism-stop b/src/bin/prism-stop
index e39f6e3..718dab2 100755
--- a/src/bin/prism-stop
+++ b/src/bin/prism-stop
@@ -13,8 +13,6 @@
 #  limitations under the License. See accompanying LICENSE file.
 #
 
-set -e
-
 # resolve links - $0 may be a softlink
 PRG="${0}"