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:12 UTC

[3/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/33b5f64c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/33b5f64c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/33b5f64c

Branch: refs/heads/FALCON-85
Commit: 33b5f64cbf3ad4e69d6c2495f1fa3da58ebec17d
Parents: 2e103e4
Author: srikanth.sundarrajan <sr...@inmobi.com>
Authored: Mon Sep 23 22:29:13 2013 +0530
Committer: srikanth.sundarrajan <sr...@inmobi.com>
Committed: Mon Sep 23 22:29:13 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/33b5f64c/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 7eb9e04..06effed 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -26,6 +26,9 @@ Trunk (Unreleased)
     via Srikanth Sundarrajan)
 
   IMPROVEMENTS
+    FALCON-131 Remove set -e from falcon scripts. (Suresh Srinivas
+    via Srikanth Sundarrajan)
+
     FALCON-63 Ability to ingest hadoop libs to falcon release package.
     (Suhas Vasu via Shwetha GS)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/33b5f64c/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/33b5f64c/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/33b5f64c/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/33b5f64c/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}"