Return-Path: Delivered-To: apmail-hadoop-chukwa-dev-archive@minotaur.apache.org Received: (qmail 33980 invoked from network); 7 Apr 2009 06:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Apr 2009 06:49:07 -0000 Received: (qmail 98857 invoked by uid 500); 7 Apr 2009 06:49:07 -0000 Delivered-To: apmail-hadoop-chukwa-dev-archive@hadoop.apache.org Received: (qmail 98842 invoked by uid 500); 7 Apr 2009 06:49:07 -0000 Mailing-List: contact chukwa-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chukwa-dev@hadoop.apache.org Delivered-To: mailing list chukwa-dev@hadoop.apache.org Received: (qmail 98832 invoked by uid 99); 7 Apr 2009 06:49:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 06:49:07 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [69.147.107.21] (HELO mrout2-b.corp.re1.yahoo.com) (69.147.107.21) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2009 06:48:56 +0000 Received: from SNV-EXPF01.ds.corp.yahoo.com (snv-expf01.ds.corp.yahoo.com [207.126.227.250]) by mrout2-b.corp.re1.yahoo.com (8.13.8/8.13.8/y.out) with ESMTP id n376lfiU034045 for ; Mon, 6 Apr 2009 23:47:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=received:user-agent:date:subject:from:to:message-id: thread-topic:thread-index:in-reply-to:mime-version:content-type: content-transfer-encoding:x-originalarrivaltime; b=qSl+KlbKcrKN8WQ4+OX0AxkxOGkx+WWMAjUSD2Sejldr6TampTTOCXzobe/K+R9E Received: from SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.234]) by SNV-EXPF01.ds.corp.yahoo.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 6 Apr 2009 23:47:43 -0700 Received: from 10.72.72.16 ([10.72.72.16]) by SNV-EXVS06.ds.corp.yahoo.com ([207.126.227.82]) with Microsoft Exchange Server HTTP-DAV ; Tue, 7 Apr 2009 06:38:00 +0000 User-Agent: Microsoft-Entourage/12.15.0.081119 Date: Mon, 06 Apr 2009 23:37:59 -0700 Subject: Re: ivy jars on Chukwa classpath? From: Eric Yang To: Message-ID: Thread-Topic: ivy jars on Chukwa classpath? Thread-Index: Acm3S2RNLHiJQKoc0EiIjrFVvxl5Ag== In-Reply-To: <39b0afc00904062323x24b119c3vdc95e6e2467f1863@mail.gmail.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-OriginalArrivalTime: 07 Apr 2009 06:47:43.0941 (UTC) FILETIME=[C0F46750:01C9B74C] X-Virus-Checked: Checked by ClamAV on apache.org 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" wrote: > Another fix would be to add build/ivy/jars/common to the classpath; > that's the direction I was thinking to go.