You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by Ariel Rabkin <as...@gmail.com> on 2009/04/07 07:17:08 UTC

ivy jars on Chukwa classpath?

Hey folks.

the jars from Ivy don't seem to ever get included on the classpath
when you start chukwa processes at the command line.   What gives?

--Ari

-- 
Ari Rabkin asrabkin@gmail.com
UC Berkeley Computer Science Department

Chukwa test plan

Posted by Eric Yang <ey...@yahoo-inc.com>.
Hi folks,

I started a outline page for improving chukwa integration test and unit
tests.  If you have any suggestions, please add to:

http://wiki.apache.org/hadoop/Chukwa_Test_Plan

Thanks

Regards,
Eric


Re: ivy jars on Chukwa classpath?

Posted by Eric Yang <ey...@yahoo-inc.com>.
Maybe put in directory check in chukwa-config.sh and alter class path
accordingly.  However, I still perfer to avoid hard code to ivy/jars/common
because it's a bit hackish.

Regards,
Eric 


On 4/6/09 11:23 PM, "Ariel Rabkin" <as...@gmail.com> wrote:

> Another fix would be to add build/ivy/jars/common to the classpath;
> that's the direction I was thinking to go.


Re: ivy jars on Chukwa classpath?

Posted by Ariel Rabkin <as...@gmail.com>.
Another fix would be to add build/ivy/jars/common to the classpath;
that's the direction I was thinking to go.

Comments?

On Mon, Apr 6, 2009 at 10:55 PM, Eric Yang <ey...@yahoo-inc.com> wrote:
> The jar files are only packaged to lib for tarball or rpm packages.
> Chukwa would not run from the source tree currently, but it should run from
> binary package.  Some minor adjustment in build.xml could make the
> downloaded to ivy jar files directly to lib, and have chukwa run from the
> source tree.  +1 to add capability to run from source tree.
>
> I also branched for chukwa-0.1.  Please check out the code from:
>
> https://svn.apache.org/repos/asf/hadoop/chukwa/branches/chukwa-0.1
>
> When it is ready, we will tag for chukwa-0.1.2.
>
> Regards,
> Eric
>
> On 4/6/09 10:17 PM, "Ariel Rabkin" <as...@gmail.com> wrote:
>
>> Hey folks.
>>
>> the jars from Ivy don't seem to ever get included on the classpath
>> when you start chukwa processes at the command line.   What gives?
>>
>> --Ari
>
>



-- 
Ari Rabkin asrabkin@gmail.com
UC Berkeley Computer Science Department

Re: ivy jars on Chukwa classpath?

Posted by Eric Yang <ey...@yahoo-inc.com>.
The jar files are only packaged to lib for tarball or rpm packages.
Chukwa would not run from the source tree currently, but it should run from
binary package.  Some minor adjustment in build.xml could make the
downloaded to ivy jar files directly to lib, and have chukwa run from the
source tree.  +1 to add capability to run from source tree.

I also branched for chukwa-0.1.  Please check out the code from:

https://svn.apache.org/repos/asf/hadoop/chukwa/branches/chukwa-0.1

When it is ready, we will tag for chukwa-0.1.2.

Regards,
Eric 

On 4/6/09 10:17 PM, "Ariel Rabkin" <as...@gmail.com> wrote:

> Hey folks.
> 
> the jars from Ivy don't seem to ever get included on the classpath
> when you start chukwa processes at the command line.   What gives?
> 
> --Ari