Return-Path: X-Original-To: apmail-falcon-dev-archive@minotaur.apache.org Delivered-To: apmail-falcon-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 461C910232 for ; Fri, 13 Sep 2013 19:12:14 +0000 (UTC) Received: (qmail 22862 invoked by uid 500); 13 Sep 2013 19:12:14 -0000 Delivered-To: apmail-falcon-dev-archive@falcon.apache.org Received: (qmail 22804 invoked by uid 500); 13 Sep 2013 19:12:14 -0000 Mailing-List: contact dev-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 dev@falcon.incubator.apache.org Received: (qmail 22796 invoked by uid 99); 13 Sep 2013 19:12:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 19:12:14 +0000 X-ASF-Spam-Status: No, hits=-2000.7 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; Fri, 13 Sep 2013 19:12:12 +0000 Received: (qmail 22038 invoked by uid 99); 13 Sep 2013 19:11:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 19:11:52 +0000 Date: Fri, 13 Sep 2013 19:11:51 +0000 (UTC) From: "Srikanth Sundarrajan (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FALCON-63) Ability to ingest hadoop libs to falcon release package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FALCON-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766829#comment-13766829 ] Srikanth Sundarrajan commented on FALCON-63: -------------------------------------------- When using set -e, it is important to consider cases where there is a possibility of a non-zero exit code from a command is not considered a failure. {code} +HADOOPDIR=`which hadoop` should actually be +true || HADOOPDIR=`which hadoop` {code} Accidentally reopened the JIRA, it might be better to close this in a separate one. The reason why set -e is perhaps done is to avoid checking return status of each command which could potentially be an abort condition. If there are fewer such statements, we should avoid using set -e. In this particular case for service-start.sh, set -e seems unnecessary. > Ability to ingest hadoop libs to falcon release package > ------------------------------------------------------- > > Key: FALCON-63 > URL: https://issues.apache.org/jira/browse/FALCON-63 > Project: Falcon > Issue Type: Sub-task > Reporter: Shwetha G S > Assignee: Suhas Vasu > Fix For: 0.4 > > Attachments: FALCON-63.patch, FALCON-63-v2.patch, FALCON-63-v3.patch, FALCON-63-v4.patch, FALCON-63-v5.patch, FALCON-63-v6.patch > > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira