Return-Path: X-Original-To: apmail-incubator-bigtop-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-bigtop-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 7E54995F8 for ; Tue, 26 Jun 2012 01:51:02 +0000 (UTC) Received: (qmail 79545 invoked by uid 500); 26 Jun 2012 01:51:02 -0000 Delivered-To: apmail-incubator-bigtop-commits-archive@incubator.apache.org Received: (qmail 79514 invoked by uid 500); 26 Jun 2012 01:51:02 -0000 Mailing-List: contact bigtop-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@incubator.apache.org Delivered-To: mailing list bigtop-commits@incubator.apache.org Received: (qmail 79507 invoked by uid 99); 26 Jun 2012 01:51:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 01:51:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jun 2012 01:51:00 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 8E3792388B9B; Tue, 26 Jun 2012 01:50:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1353798 - /incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init Date: Tue, 26 Jun 2012 01:50:39 -0000 To: bigtop-commits@incubator.apache.org From: rvs@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120626015039.8E3792388B9B@eris.apache.org> Author: rvs Date: Tue Jun 26 01:50:38 2012 New Revision: 1353798 URL: http://svn.apache.org/viewvc?rev=1353798&view=rev Log: BIGTOP-647. Service flume-node fail to start Modified: incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init Modified: incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init URL: http://svn.apache.org/viewvc/incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init?rev=1353798&r1=1353797&r2=1353798&view=diff ============================================================================== --- incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init (original) +++ incubator/bigtop/branches/branch-0.4/bigtop-packages/src/common/flume/flume-node.init Tue Jun 26 01:50:38 2012 @@ -84,7 +84,7 @@ start() { fi log_success_msg "Starting $desc (flume-node): " - /bin/su -s /bin/bash -c "/bin/bash -c 'echo \$\$ > ${FLUME_PID_FILE} && exec ${EXEC_PATH} node --conf $FLUME_CONF_DIR --conf-file $FLUME_CONF_FILE --name $FLUME_NODE_NAME &>>${FLUME_LOG_DIR}/flume-node.log' &" $FLUME_USER + /bin/su -s /bin/bash -c "/bin/bash -c 'echo \$\$ > ${FLUME_PID_FILE} && exec ${EXEC_PATH} node --conf $FLUME_CONF_DIR --conf-file $FLUME_CONF_FILE --name $FLUME_NODE_NAME >>${FLUME_LOG_DIR}/flume-node.log 2>&1' &" $FLUME_USER RETVAL=$? [ $RETVAL -eq 0 ] && touch $LOCKFILE return $RETVAL