Return-Path: Delivered-To: apmail-incubator-chukwa-commits-archive@www.apache.org Received: (qmail 43044 invoked from network); 12 Sep 2010 01:32:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Sep 2010 01:32:49 -0000 Received: (qmail 60289 invoked by uid 500); 12 Sep 2010 01:32:49 -0000 Delivered-To: apmail-incubator-chukwa-commits-archive@incubator.apache.org Received: (qmail 60263 invoked by uid 500); 12 Sep 2010 01:32:49 -0000 Mailing-List: contact chukwa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@incubator.apache.org Delivered-To: mailing list chukwa-commits@incubator.apache.org Received: (qmail 60255 invoked by uid 99); 12 Sep 2010 01:32:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 01:32:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 01:32:45 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CD2EC2388903; Sun, 12 Sep 2010 01:32:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r996233 - /incubator/chukwa/trunk/src/docs/src/documentation/content/xdocs/design.xml Date: Sun, 12 Sep 2010 01:32:24 -0000 To: chukwa-commits@incubator.apache.org From: eyang@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100912013224.CD2EC2388903@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@

Chukwa Adaptors emit data in Chunks. 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: cluster name and - datatype. Cluster name is specified in conf/chukwa-env.sh, + datatype. Cluster name is specified in conf/chukwa-agent-conf.xml, 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.