Return-Path: X-Original-To: apmail-incubator-chukwa-user-archive@www.apache.org Delivered-To: apmail-incubator-chukwa-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 596D47602 for ; Mon, 21 Nov 2011 12:21:30 +0000 (UTC) Received: (qmail 30874 invoked by uid 500); 21 Nov 2011 12:21:30 -0000 Delivered-To: apmail-incubator-chukwa-user-archive@incubator.apache.org Received: (qmail 30851 invoked by uid 500); 21 Nov 2011 12:21:30 -0000 Mailing-List: contact chukwa-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-user@incubator.apache.org Delivered-To: mailing list chukwa-user@incubator.apache.org Received: (qmail 30844 invoked by uid 99); 21 Nov 2011 12:21:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 12:21:30 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dontariq@gmail.com designates 209.85.213.47 as permitted sender) Received: from [209.85.213.47] (HELO mail-yw0-f47.google.com) (209.85.213.47) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 12:21:22 +0000 Received: by ywt2 with SMTP id 2so4601577ywt.6 for ; Mon, 21 Nov 2011 04:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=Oomgr+FcVf2McoWL3NwoZXwexFZTjmuv/4WSWPcl1aA=; b=x3MF6aCtuyQ3oQdnkzyVN2u3Y2FLjZrQufDDJF0QbneXP9KdEb+k2M/OAZzWC+DQPs 1+EhDz6opOkseIWh5qNogQ5LQqYmhaAj8SNi52IsxWPoEG5poVRk8KMSqAQcXpDW6a5S N7Rddy0HAjkTVFBO+Pcyp028QPGKvNjKWOqEI= Received: by 10.68.40.9 with SMTP id t9mr35567225pbk.18.1321878061113; Mon, 21 Nov 2011 04:21:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.142.117.42 with HTTP; Mon, 21 Nov 2011 04:20:20 -0800 (PST) In-Reply-To: References: From: Mohammad Tariq Date: Mon, 21 Nov 2011 17:50:20 +0530 Message-ID: Subject: Re: Using Chukwa on windows To: chukwa-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I am trying to collect simple text files using FileTailer and trying to dump them into the HDFS. I have configured Hadoop and Chukwa on a linux machine and on a windows machine using cygwin..Is there anything specific that i need?? I can'i find log files in the log directory, only " .out " files are there. Also in the pidDir I am not able to find agent.pid and collector.pid files.Here is the contents of " chukwa-chukwa-agent-blr-ws-201.out " file - java.lang.NoClassDefFoundError: org/apache/hadoop/chukwa/datacollection/agent/ChukwaAgent Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Could not find the main class: org.apache.hadoop.chukwa.datacollection.agent.ChukwaAgent. Program will exit. Exception in thread "main" And the " chukwa-chukwa-collector-blr-ws-201.out " file has - java.lang.NoClassDefFoundError: org/apache/hadoop/chukwa/datacollection/collector/CollectorStub Caused by: java.lang.ClassNotFoundException: org.apache.hadoop.chukwa.datacollection.collector.CollectorStub at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Could not find the main class: org.apache.hadoop.chukwa.datacollection.collector.CollectorStub. Program will exit. Exception in thread "main" Regards, =A0=A0 =A0Mohammad Tariq On Mon, Nov 21, 2011 at 5:35 PM, AD wrote: > what type of files? =A0have you tried just using a normal windows path in= your > initial_adaptors, like d:\setup\... > i dont think windows supports "tail" so not sure about the windows suppor= t > if thats what you are trying to do . > > On Mon, Nov 21, 2011 at 2:40 AM, Mohammad Tariq wrot= e: >> >> Could anyone just provide me the outline on how to collect files >> stored on a windows machine through a Chukwa setup on a linux >> machine???What could be the necessary steps??? >> Many thanks in advance. >> >> Regards, >> =A0=A0 =A0Mohammad Tariq > >