You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by ey...@apache.org on 2011/01/02 06:30:56 UTC

svn commit: r1054354 - in /incubator/chukwa/trunk: CHANGES.txt conf/chukwa-demux-conf.xml.template conf/hadoop-metrics.properties.template conf/initial_adaptors.template

Author: eyang
Date: Sun Jan  2 05:30:56 2011
New Revision: 1054354

URL: http://svn.apache.org/viewvc?rev=1054354&view=rev
Log:
CHUKWA-573. Setup ChukwaMetrics to send to port 9097 and use ChukwaMetricsProcessor for parsing. (Eric Yang)


Modified:
    incubator/chukwa/trunk/CHANGES.txt
    incubator/chukwa/trunk/conf/chukwa-demux-conf.xml.template
    incubator/chukwa/trunk/conf/hadoop-metrics.properties.template
    incubator/chukwa/trunk/conf/initial_adaptors.template

Modified: incubator/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/CHANGES.txt?rev=1054354&r1=1054353&r2=1054354&view=diff
==============================================================================
--- incubator/chukwa/trunk/CHANGES.txt (original)
+++ incubator/chukwa/trunk/CHANGES.txt Sun Jan  2 05:30:56 2011
@@ -30,6 +30,8 @@ Trunk (unreleased changes)
 
   IMPROVEMENTS
 
+    CHUKWA-573. Setup ChukwaMetrics to send to port 9097 and use ChukwaMetricsProcessor for parsing. (Eric Yang)
+
     CHUKWA-572. Changed disk and network stats to gauge instead of counter. (Eric Yang)
 
     CHUKWA-554. Remove jdbc.conf dependency from Chukwa. (Eric Yang)

Modified: incubator/chukwa/trunk/conf/chukwa-demux-conf.xml.template
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/conf/chukwa-demux-conf.xml.template?rev=1054354&r1=1054353&r2=1054354&view=diff
==============================================================================
--- incubator/chukwa/trunk/conf/chukwa-demux-conf.xml.template (original)
+++ incubator/chukwa/trunk/conf/chukwa-demux-conf.xml.template Sun Jan  2 05:30:56 2011
@@ -210,7 +210,7 @@
    </property>
 
    <property>
-    <name>chukwa</name>
+    <name>ChukwaMetrics</name>
     <value>org.apache.hadoop.chukwa.extraction.demux.processor.mapper.ChukwaMetricsProcessor</value>
     <description></description>
    </property>

Modified: incubator/chukwa/trunk/conf/hadoop-metrics.properties.template
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/conf/hadoop-metrics.properties.template?rev=1054354&r1=1054353&r2=1054354&view=diff
==============================================================================
--- incubator/chukwa/trunk/conf/hadoop-metrics.properties.template (original)
+++ incubator/chukwa/trunk/conf/hadoop-metrics.properties.template Sun Jan  2 05:30:56 2011
@@ -16,7 +16,7 @@
 chukwaAgent.class=org.apache.hadoop.chukwa.inputtools.log4j.Log4JMetricsContext
 chukwaAgent.period=60
 chukwaAgent.host=localhost
-chukwaAgent.port=9096
+chukwaAgent.port=9097
  
 dfs.class=org.apache.hadoop.chukwa.inputtools.log4j.Log4JMetricsContext
 dfs.period=60

Modified: incubator/chukwa/trunk/conf/initial_adaptors.template
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/conf/initial_adaptors.template?rev=1054354&r1=1054353&r2=1054354&view=diff
==============================================================================
--- incubator/chukwa/trunk/conf/initial_adaptors.template (original)
+++ incubator/chukwa/trunk/conf/initial_adaptors.template Sun Jan  2 05:30:56 2011
@@ -1,3 +1,4 @@
 add sigar.SystemMetrics SystemMetrics 60 0
 add SocketAdaptor HadoopMetrics 9095 0
 add SocketAdaptor Hadoop 9096 0
+add SocketAdaptor ChukwaMetrics 9097 0