|
|
Mohammad Tariq 2011-11-29, 07:57
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 2011-11-29, 08:20
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_StartOn Tue, Nov 29, 2011 at 9:57 AM, Mohammad Tariq <[EMAIL PROTECTED]> 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
Mohammad Tariq 2011-11-29, 08:28
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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 >
Eric Yang 2011-11-29, 08:44
Chukwa source code can be checkout using svn. svn co http://svn.apache.org/repos/asf/incubator/chukwa/trunkTo learn about svn, visit: http://subversion.tigris.org/hope this helps. regards, Eric On Tue, Nov 29, 2011 at 12:28 AM, Mohammad Tariq <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 2011-11-29, 08:44
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< http://wiki.apache.org/hadoop/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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> > 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 <[EMAIL PROTECTED]> > 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
Hi Ahmed, Thank you so much for the valuable information.Actually till now I have used all the Hadoop sub projects directly from their proper release so I was facing problems with this one.Thanks a lot. Regards, Mohammad Tariq On Tue, Nov 29, 2011 at 2:15 PM, Eric Yang-3 [via Apache Chukwa] <ml-node+[EMAIL PROTECTED]> wrote: > Chukwa source code can be checkout using svn. > > svn co http://svn.apache.org/repos/asf/incubator/chukwa/trunk> > To learn about svn, visit: > > http://subversion.tigris.org/> > hope this helps. > > regards, > Eric > > On Tue, Nov 29, 2011 at 12:28 AM, Mohammad Tariq <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> 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 >>> > > > ________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://apache-chukwa.679492.n3.nabble.com/Chukwa-with-Hbase-tp3544452p3544515.html> To unsubscribe from Apache Chukwa, click here. > NAML -- View this message in context: http://apache-chukwa.679492.n3.nabble.com/Chukwa-with-Hbase-tp3544452p3544544.htmlSent from the Chukwa - Users mailing list archive at Nabble.com.
Mohammad Tariq 2011-11-29, 08:58
Hi Eric, Thanks a lot for the useful links. Regards, Mohammad Tariq On Tue, Nov 29, 2011 at 2:14 PM, Eric Yang <[EMAIL PROTECTED]> wrote: > Chukwa source code can be checkout using svn. > > svn co http://svn.apache.org/repos/asf/incubator/chukwa/trunk> > To learn about svn, visit: > > http://subversion.tigris.org/> > hope this helps. > > regards, > Eric > > On Tue, Nov 29, 2011 at 12:28 AM, Mohammad Tariq <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 2011-11-29, 09:00
We are in the process of releasing 0.5.0 (which includes Hbase support). Once this is done, you will have a tarball which you can download, extract and use. Thank you for your patience. On Tue, Nov 29, 2011 at 10:58 AM, TARIQ <[EMAIL PROTECTED]> wrote: > Hi Ahmed, > > Thank you so much for the valuable information.Actually till now I > have used all the Hadoop sub projects directly from their proper > release so I was facing problems with this one.Thanks a lot. > > Regards, > Mohammad Tariq > > > > On Tue, Nov 29, 2011 at 2:15 PM, Eric Yang-3 [via Apache Chukwa] > <[hidden email] < http://user/SendEmail.jtp?type=node&node=3544544&i=0>>> wrote: > > > Chukwa source code can be checkout using svn. > > > > svn co http://svn.apache.org/repos/asf/incubator/chukwa/trunk> > > > To learn about svn, visit: > > > > http://subversion.tigris.org/> > > > hope this helps. > > > > regards, > > Eric > > > > On Tue, Nov 29, 2011 at 12:28 AM, Mohammad Tariq <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> > 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 > >>> > > > > > > ________________________________ > > If you reply to this email, your message will be added to the discussion > > below: > > > http://apache-chukwa.679492.n3.nabble.com/Chukwa-with-Hbase-tp3544452p3544515.html> > To unsubscribe from Apache Chukwa, click here. > > NAML > > ------------------------------ > View this message in context: Re: Chukwa with Hbase< http://apache-chukwa.679492.n3.nabble.com/Chukwa-with-Hbase-tp3544452p3544544.html>> Sent from the Chukwa - Users mailing list archive< http://apache-chukwa.679492.n3.nabble.com/Chukwa-Users-f679490.html>at Nabble.com. > -- Ahmed Fathalla
Mohammad Tariq 2011-11-29, 09:04
I appreciate your efforts and support Ahmed. Thanks & regards, Mohammad Tariq On Tue, Nov 29, 2011 at 2:30 PM, Ahmed Fathalla <[EMAIL PROTECTED]> wrote: > We are in the process of releasing 0.5.0 (which includes Hbase support). > Once this is done, you will have a tarball which you can download, extract > and use. > > Thank you for your patience. > > On Tue, Nov 29, 2011 at 10:58 AM, TARIQ <[EMAIL PROTECTED]> wrote: >> >> Hi Ahmed, >> >> Thank you so much for the valuable information.Actually till now I >> have used all the Hadoop sub projects directly from their proper >> release so I was facing problems with this one.Thanks a lot. >> >> Regards, >> Mohammad Tariq >> >> >> >> On Tue, Nov 29, 2011 at 2:15 PM, Eric Yang-3 [via Apache Chukwa] >> <[hidden email]> wrote: >> > Chukwa source code can be checkout using svn. >> > >> > svn co http://svn.apache.org/repos/asf/incubator/chukwa/trunk>> > >> > To learn about svn, visit: >> > >> > http://subversion.tigris.org/>> > >> > hope this helps. >> > >> > regards, >> > Eric >> > >> > On Tue, Nov 29, 2011 at 12:28 AM, Mohammad Tariq <[hidden email]> 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 <[hidden email]> 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 <[hidden email]> >> >>> 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 >> >>> >> > >> > >> > ________________________________ >> > If you reply to this email, your message will be added to the discussion >> > below: >> > >> > http://apache-chukwa.679492.n3.nabble.com/Chukwa-with-Hbase-tp3544452p3544515.html>> > To unsubscribe from Apache Chukwa, click here. >> > NAML >> >> ________________________________ >> View this message in context: Re: Chukwa with Hbase >> Sent from the Chukwa - Users mailing list archive at Nabble.com. > > > > -- > Ahmed Fathalla >
|
|