Return-Path: Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: (qmail 29070 invoked from network); 20 May 2010 14:05:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 May 2010 14:05:35 -0000 Received: (qmail 21458 invoked by uid 500); 20 May 2010 14:05:34 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 21419 invoked by uid 500); 20 May 2010 14:05:34 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Delivered-To: moderator for common-dev@hadoop.apache.org Received: (qmail 13096 invoked by uid 99); 20 May 2010 14:02:06 -0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) DomainKey-Signature: a=rsa-sha1; s=serpent; d=yahoo-inc.com; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=r+zXCUjE4LKuOdzhn9ZgIsfO8aIEVFOMRZQ6HeNy/V4vstaxqa0/Jw5uE1FdnTKI Message-ID: <4BF540B6.8090209@yahoo-inc.com> Date: Thu, 20 May 2010 19:31:26 +0530 From: Jaideep Dhok Reply-To: jaideep@yahoo-inc.com Organization: Yahoo! India R&D User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: "common-dev@hadoop.apache.org" Subject: Re: Hadoop in NetBeans References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Saurabh, You might have to do ant ant build first (just an 'ant ivy retrieve' should be sufficient), in order to download all the dependencies. After that you can manually add the jar files in the build/ivy/lib/ directories to your project in Netbeans. Thanks, Jaideep Timmy Jose wrote: > I think what Bharath was trying to tell you is that those errors that you > are seeing are assuredly library (i.e., JARs) dependencies which have not > been specified on the classpath. Adding all the required libraries to the > classpath should allow you to compile, debug and modify as you should > desire. The Hadoop website has all the dependencies listed out independent > of the IDE. > > > On Thu, May 20, 2010 at 4:22 PM, Saurabh Agarwal wrote: > >> but I want to toy around hadoop's code and debug/profile hadoop.. would >> adding jars work??? >> Saurabh Agarwal >> >> >> On Thu, May 20, 2010 at 4:14 PM, bharath vissapragada < >> bharat_v@students.iiit.ac.in> wrote: >> >>> Add jars in hadoop's lib folder to your classpath in net beans ! >>> >>> On Thu, May 20, 2010 at 3:29 PM, Saurabh Agarwal >>> wrote: >>>> Hi, >>>> I have Downloaded Hadoop 20.2 and untared it.. But when I copy the >>> contents >>>> in a newly created NetBeans project, the windo w shose many errors like >>>> package not found etc.. >>>> >>>> >>>> Please help Out >>>> >>>> Saurabh Agarwal >>>>