Return-Path: Delivered-To: apmail-hadoop-core-commits-archive@www.apache.org Received: (qmail 92525 invoked from network); 13 Nov 2008 07:19:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2008 07:19:48 -0000 Received: (qmail 69204 invoked by uid 500); 13 Nov 2008 07:19:55 -0000 Delivered-To: apmail-hadoop-core-commits-archive@hadoop.apache.org Received: (qmail 69171 invoked by uid 500); 13 Nov 2008 07:19:55 -0000 Mailing-List: contact core-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-commits@hadoop.apache.org Received: (qmail 69162 invoked by uid 99); 13 Nov 2008 07:19:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Nov 2008 23:19:55 -0800 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.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Nov 2008 07:18:43 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id DA8A011157 for ; Thu, 13 Nov 2008 07:18:56 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: core-commits@hadoop.apache.org Date: Thu, 13 Nov 2008 07:18:56 -0000 Message-ID: <20081113071856.28603.14015@eos.apache.org> Subject: [Hadoop Wiki] Trivial Update of "Chukwa Quick Start" by andyk X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification. The following page has been changed by andyk: http://wiki.apache.org/hadoop/Chukwa_Quick_Start ------------------------------------------------------------------------------ 1. Telnet to localhost 9093 1. Type [without quotation marks] "ADD CharFileTailerUTF8 MyFileType /path/to/file 0" - 1. Chukwa internal Namenode's type is NameNodeType so for namenode log type (without quotation marks): "ADD CharFileTailerUTF8 NameNodeType /path/to/nameNodeFie 0" + 1. Chukwa internal Namenode's type is NameNodeType so for namenode log type (without quotation marks): "ADD org.apache.hadoop.chukwa.datacollection.adaptor.filetailer.CharFileTailingAdaptorUTF8 /path/to/nameNodeFile 0 - 1. (Document TODO: the above command does not work and errors with "don't recognize adaptor name CharFileTailerUTF8". Similarly, it's not clear what /path/to/file should be in the case of tracking a name node. Should it be $HDFS/dfs/name/current/fsimage?) + 1. You should see: "OK add completed; new ID is 1 NameNodeType" 1. Type "list" -- you should see the adaptor you just started, listed as running. 1. Type "close" to break the connection. - 1. If you don't have telnet, you can get the same effect with netcat (''nc''). + 1. If you don't have telnet, you can get the same effect using the netcat (''nc'') command line tool. == Configuring and starting the demux job ==