Selaa lähdekoodia

HADOOP-4914. Add description fields to Chukwa init.d scripts. Contributed by Eric Yang.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/branches/branch-0.20@732638 13f79535-47bb-0310-9956-ffa450edef68
Christopher Douglas 16 vuotta sitten
vanhempi
commit
c2ae478c85

+ 3 - 0
CHANGES.txt

@@ -514,6 +514,9 @@ Release 0.20.0 - Unreleased
     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

+ 1 - 0
src/contrib/chukwa/tools/init.d/chukwa-agent

@@ -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

+ 1 - 0
src/contrib/chukwa/tools/init.d/chukwa-collector

@@ -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

+ 1 - 0
src/contrib/chukwa/tools/init.d/chukwa-data-processors

@@ -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

+ 1 - 0
src/contrib/chukwa/tools/init.d/chukwa-system-metrics

@@ -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