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 2010/09/12 03:32:24 UTC

svn commit: r996233 - /incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml

Author: eyang
Date: Sun Sep 12 01:32:24 2010
New Revision: 996233

URL: http://svn.apache.org/viewvc?rev=996233&view=rev
Log:
CHUKWA-496. Fixed config file reference in design.html

Modified:
    incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml

Modified: incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml
URL: http://svn.apache.org/viewvc/incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml?rev=996233&r1=996232&r2=996233&view=diff
==============================================================================
--- incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml (original)
+++ incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml Sun Sep 12 01:32:24 2010
@@ -86,7 +86,7 @@
 	<p>Chukwa Adaptors emit data in <em>Chunks</em>. A Chunk is a sequence of bytes,
 		 with some metadata. Several of these are set automatically by the Agent or 
 		 Adaptors. Two of them require user intervention: <code>cluster name</code> and 
-		 <code>datatype</code>.  Cluster name is specified in <code>conf/chukwa-env.sh</code>,
+		 <code>datatype</code>.  Cluster name is specified in <code>conf/chukwa-agent-conf.xml</code>,
 		  and is global to each Agent process.  Datatype describes the expected format 
 		  of the data collected by an Adaptor instance, and it is specified when that 
 		  instance is started.