Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 29621 invoked from network); 8 Jan 2009 08:20:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2009 08:20:14 -0000 Received: (qmail 1633 invoked by uid 500); 8 Jan 2009 08:20:14 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 1606 invoked by uid 500); 8 Jan 2009 08:20:14 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 1597 invoked by uid 99); 8 Jan 2009 08:20:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jan 2009 00:20:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Thu, 08 Jan 2009 08:20:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E02C238895D; Thu, 8 Jan 2009 00:19:50 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r732637 - in /hadoop/core/trunk: ./ src/contrib/chukwa/tools/init.d/ Date: Thu, 08 Jan 2009 08:19:50 -0000 To: core-commits@hadoop.apache.org From: cdouglas@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090108081950.9E02C238895D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: cdouglas Date: Thu Jan 8 00:19:49 2009 New Revision: 732637 URL: http://svn.apache.org/viewvc?rev=732637&view=rev Log: HADOOP-4914. Add description fields to Chukwa init.d scripts. Contributed by Eric Yang. Modified: hadoop/core/trunk/CHANGES.txt hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-agent hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-collector hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-data-processors hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-system-metrics Modified: hadoop/core/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/hadoop/core/trunk/CHANGES.txt?rev=732637&r1=732636&r2=732637&view=diff ============================================================================== --- hadoop/core/trunk/CHANGES.txt (original) +++ hadoop/core/trunk/CHANGES.txt Thu Jan 8 00:19:49 2009 @@ -549,6 +549,9 @@ HADOOP-4787. Fixes the testcase TestTrackerBlacklistAcrossJobs which was earlier failing randomly. (Amareshwari Sriramadasu via ddas) + HADOOP-4914. Add description fields to Chukwa init.d scripts (Eric Yang via + cdouglas) + Release 0.19.1 - Unreleased IMPROVEMENTS Modified: hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-agent URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-agent?rev=732637&r1=732636&r2=732637&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-agent (original) +++ hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-agent Thu Jan 8 00:19:49 2009 @@ -16,6 +16,7 @@ # limitations under the License. # chkconfig: - 90 89 +# description: chukwa agent if [ -f /etc/init.d/functions ] ; then . /etc/init.d/functions Modified: hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-collector URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-collector?rev=732637&r1=732636&r2=732637&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-collector (original) +++ hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-collector Thu Jan 8 00:19:49 2009 @@ -16,6 +16,7 @@ # limitations under the License. # chkconfig: - 90 91 +# description: chukwa collector if [ -f /etc/init.d/functions ] ; then . /etc/init.d/functions Modified: hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-data-processors URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-data-processors?rev=732637&r1=732636&r2=732637&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-data-processors (original) +++ hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-data-processors Thu Jan 8 00:19:49 2009 @@ -16,6 +16,7 @@ # limitations under the License. # chkconfig: - 90 92 +# description: chukwa data processors if [ -f /etc/init.d/functions ] ; then . /etc/init.d/functions Modified: hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-system-metrics URL: http://svn.apache.org/viewvc/hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-system-metrics?rev=732637&r1=732636&r2=732637&view=diff ============================================================================== --- hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-system-metrics (original) +++ hadoop/core/trunk/src/contrib/chukwa/tools/init.d/chukwa-system-metrics Thu Jan 8 00:19:49 2009 @@ -16,6 +16,7 @@ # limitations under the License. # chkconfig: - 90 90 +# description: chukwa system metrics if [ -f /etc/init.d/functions ] ; then . /etc/init.d/functions