Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68E3B10CA3 for ; Mon, 23 Sep 2013 23:05:16 +0000 (UTC) Received: (qmail 47574 invoked by uid 500); 23 Sep 2013 23:05:16 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 47546 invoked by uid 500); 23 Sep 2013 23:05:16 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 47539 invoked by uid 99); 23 Sep 2013 23:05:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 23:05:15 +0000 X-ASF-Spam-Status: No, hits=-2002.3 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 23 Sep 2013 23:05:12 +0000 Received: (qmail 47178 invoked by uid 99); 23 Sep 2013 23:04:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Sep 2013 23:04:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D5C57907C01; Mon, 23 Sep 2013 23:04:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: venkatesh@apache.org To: commits@falcon.incubator.apache.org Date: Mon, 23 Sep 2013 23:04:55 -0000 Message-Id: <6b3c787ff5ab4ccba3c08f36c5903c90@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [7/8] git commit: FALCON-131 Remove set -e from falcon scripts. Contributed by Suresh Srinivas X-Virus-Checked: Checked by ClamAV on apache.org 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/FALCON-85 Commit: acb9f6a10fb31f6fda3f5995cb670128c8254fc9 Parents: 4711156 Author: srikanth.sundarrajan Authored: Mon Sep 23 22:04:00 2013 +0530 Committer: srikanth.sundarrajan 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}"