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
