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 4EABB7797 for ; Tue, 29 Nov 2011 08:45:19 +0000 (UTC) Received: (qmail 90169 invoked by uid 500); 29 Nov 2011 08:45:18 -0000 Delivered-To: apmail-incubator-chukwa-user-archive@incubator.apache.org Received: (qmail 89411 invoked by uid 500); 29 Nov 2011 08:45:18 -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 89400 invoked by uid 99); 29 Nov 2011 08:45:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 08:45:17 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of afathalla@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Nov 2011 08:45:09 +0000 Received: by yenl4 with SMTP id l4so1646955yen.6 for ; Tue, 29 Nov 2011 00:44:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=J8Oua6lrNfqPiNvd3EnlyM1EJEq2GpN25+Cr+3VI7xI=; b=eJk4NFDPYnuNEbXaZkETJVUDa4sOxMwLThfuWoyrQyWzgq7LDF3TFm0trWrueVKKNU OSKH/t8Dko/7xGAPaePme2LG+KKjlsFrjdcBJlW98afB+3pI3d/xL+u/DbmYbku/iwE6 JEmxr7K9oL4w2T1oI2MF+BteE+M2gap6WDK4M= MIME-Version: 1.0 Received: by 10.50.85.129 with SMTP id h1mr54238505igz.47.1322556288782; Tue, 29 Nov 2011 00:44:48 -0800 (PST) Received: by 10.231.17.4 with HTTP; Tue, 29 Nov 2011 00:44:48 -0800 (PST) In-Reply-To: References: Date: Tue, 29 Nov 2011 10:44:48 +0200 Message-ID: Subject: Re: Chukwa with Hbase From: Ahmed Fathalla To: chukwa-user@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8f3ba85dc9d16404b2dba15b X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f3ba85dc9d16404b2dba15b Content-Type: text/plain; charset=ISO-8859-1 No, your question is valuable. Actually, you need to checkout the trunk code using subversion (a version control software package). Here's the URL for trunk which you provide to Subversion http://svn.apache.org/repos/asf/incubator/chukwa/trunk/ After that you can compile the code using these steps from the quick start guide Compiling and installing Chukwa 1. To compile Chukwa, just type 'mvn clean package -DskipTests -DHADOOP_CONF_DIR=/path/to/$HADOOP_CONF_DIR -DHBASE_CONF_DIR=/path/to/$HBASE_CONF_DIR' in the project root directory. 2. Extract the compiled tar file from target/chukwa-0.x.y.tar.gz to the Chukwa root directory. Of course you should have subversion (svn) and maven(mvn) installed on your development environment. I strongly recommend you attempt to build Chukwa on Linux or MacOS machines. Trying to build it on Windows (even with Cygwin) will probably be a frustrating activity. On Tue, Nov 29, 2011 at 10:28 AM, Mohammad Tariq wrote: > Hello Ahmed, > > Thank you for the valuable reply. I wanted to ask you one > question. Is it required that I should download each file from the > trunk one by one and create the entire directory structure or is it > possible to download the complete chukwa-0.5.0 from trunk????I am > sorry if my questions look stupid. > > Regards, > Mohammad Tariq > > > > On Tue, Nov 29, 2011 at 1:50 PM, Ahmed Fathalla > wrote: > > Hello Tariq, > > > > If you want to start using Chukwa 0.5.0 from trunk then check out this > quick > > start guide on how to build and install trunk code > > > > http://wiki.apache.org/hadoop/Chukwa_Quick_Start > > > > On Tue, Nov 29, 2011 at 9:57 AM, Mohammad Tariq > wrote: > >> > >> Hello list, > >> > >> It is possible to use chukwa with a standalone hbase > >> configuration??Also I would like to know whether downloading chuwa > >> from trunk requires manually creating the entire directory structure > >> and then downloading each file and placing it in the appropriate > >> directory or is there any way through which I can download > >> chukwa-0.5.0 directly from trunk???? > >> > >> Regards, > >> Mohammad Tariq > > > > > > > > -- > > Ahmed Fathalla > > > -- Ahmed Fathalla --e89a8f3ba85dc9d16404b2dba15b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No, your question is valuable.

Actually, you need to che= ckout the trunk code using subversion (a version control software package).= =A0Here's the URL for trunk which you provide to Subversion


After that you can compile the code using these steps f= rom the quick start guide

Compiling and installing Chukwa

<= /span>
  1. To compile Ch= ukwa, just type 'mvn clean package -DskipTests=A0-DHADOOP_CONF_DIR=3D/path/to/$HADOOP_C= ONF_DIR -DHBASE_CONF_DIR=3D/path/to/$HBASE_CONF_DIR' in the project roo= t directory.

  2. Extract the compiled tar file from target/chukwa-0.x.y.tar.gz to t= he Chukwa root directory.

=
=A0Of course you should have subversion (svn) and maven(mvn) installed on y= our development environment.

I strongly recommend = you attempt to build Chukwa on Linux or MacOS machines. Trying to build it = on Windows (even with Cygwin) will probably be a frustrating activity.

On Tue, Nov 29, 2011 at 10:28 AM, Moham= mad Tariq <donta= riq@gmail.com> wrote:
Hello Ahmed,

=A0 =A0Thank you for the valuable reply. I wanted to ask you one
question. Is it required that I should download each file from the
trunk one by one and create the entire directory structure or is it
possible to download the complete chukwa-0.5.0 from trunk????I am
sorry if my questions look stupid.

Regards,
=A0=A0 =A0Mohammad Tariq



On Tue, Nov 29, 2011 at 1:50 PM, Ahmed Fathalla <afathalla@gmail.com> wrote:
> Hello Tariq,
>
> If you want to start using Chukwa 0.5.0 from trunk then check out this= quick
> start guide on how to build and install trunk code
>
> http://wiki.apache.org/hadoop/Chukwa_Quick_Start
>
> On Tue, Nov 29, 2011 at 9:57 AM, Mohammad Tariq <dontariq@gmail.com> wrote:
>>
>> Hello list,
>>
>> =A0 It is possible to use chukwa with a standalone hbase
>> configuration??Also I would like to know whether downloading chuwa=
>> from trunk requires manually creating the entire directory structu= re
>> and then downloading each file and placing it in the appropriate >> directory or is there any way through which I can download
>> chukwa-0.5.0 directly from trunk????
>>
>> Regards,
>> =A0=A0 =A0Mohammad Tariq
>
>
>
> --
> Ahmed Fathalla
>



--
= Ahmed Fathalla
--e89a8f3ba85dc9d16404b2dba15b--