You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cd...@apache.org on 2009/01/08 09:20:12 UTC

svn commit: r732638 - in /hadoop/core/branches/branch-0.20: ./ src/contrib/chukwa/tools/init.d/

Author: cdouglas
Date: Thu Jan  8 00:20:12 2009
New Revision: 732638

URL: http://svn.apache.org/viewvc?rev=732638&view=rev
Log:
HADOOP-4914. Add description fields to Chukwa init.d scripts. Contributed by Eric Yang.

Modified:
    hadoop/core/branches/branch-0.20/CHANGES.txt
    hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-agent
    hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-collector
    hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-data-processors
    hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-system-metrics

Modified: hadoop/core/branches/branch-0.20/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/CHANGES.txt?rev=732638&r1=732637&r2=732638&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/CHANGES.txt (original)
+++ hadoop/core/branches/branch-0.20/CHANGES.txt Thu Jan  8 00:20:12 2009
@@ -514,6 +514,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/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-agent
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-agent?rev=732638&r1=732637&r2=732638&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-agent (original)
+++ hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-agent Thu Jan  8 00:20:12 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/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-collector
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-collector?rev=732638&r1=732637&r2=732638&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-collector (original)
+++ hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-collector Thu Jan  8 00:20:12 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/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-data-processors
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-data-processors?rev=732638&r1=732637&r2=732638&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-data-processors (original)
+++ hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-data-processors Thu Jan  8 00:20:12 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/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-system-metrics
URL: http://svn.apache.org/viewvc/hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-system-metrics?rev=732638&r1=732637&r2=732638&view=diff
==============================================================================
--- hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-system-metrics (original)
+++ hadoop/core/branches/branch-0.20/src/contrib/chukwa/tools/init.d/chukwa-system-metrics Thu Jan  8 00:20:12 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