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