Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 38213 invoked from network); 24 Nov 2009 10:17:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 10:17:49 -0000 Received: (qmail 14572 invoked by uid 500); 24 Nov 2009 10:17:48 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 14497 invoked by uid 500); 24 Nov 2009 10:17:48 -0000 Mailing-List: contact mapreduce-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-user@hadoop.apache.org Delivered-To: mailing list mapreduce-user@hadoop.apache.org Received: (qmail 14482 invoked by uid 99); 24 Nov 2009 10:17:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 10:17:48 +0000 X-ASF-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of psdc1978@gmail.com designates 209.85.220.224 as permitted sender) Received: from [209.85.220.224] (HELO mail-fx0-f224.google.com) (209.85.220.224) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 10:17:46 +0000 Received: by fxm24 with SMTP id 24so3464125fxm.11 for ; Tue, 24 Nov 2009 02:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Z+yQ8dQR51C2K4BP+xDTqawZL/j2SKwwkV2bkeCC9Og=; b=xNxF4G9TDnPW96cfmN7CK10G9kaXvicufdyyYwk+sH0J3kMiM+3hjQ/Za96a4szpJf OJyW4onaSUdvqz31zZwGBQ5dDYGtO5+4pA9/nILrA7t0YhtFAgGC0siq9PFXMVP2jpTN 733K4I+RNPx/wXDXmTWGA8ECckLyWQ22RjgZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Zb9C1kongI8TzAlLFipYDaHp9/XR8KGmpW2joN6UxZ81/d78QhiRyIW9ZBR7c7FbDv azuIi8jDSih/BLaJwaEGGYgaDKOzozFqBchOvApP/bmj9hlyWEfAGs/lmUZKo/N0tRsZ 8bfpcNY/V9yfNoPuzJh7tAKUJFjxSMi38381s= MIME-Version: 1.0 Received: by 10.239.145.165 with SMTP id s37mr691663hba.43.1259057844894; Tue, 24 Nov 2009 02:17:24 -0800 (PST) In-Reply-To: <61fec3fc0911231439s5fe0ef06te1c80cee0bc0f643@mail.gmail.com> References: <61fec3fc0911231410y23a02102xf52f7bed2f2afa1e@mail.gmail.com> <61fec3fc0911231439s5fe0ef06te1c80cee0bc0f643@mail.gmail.com> Date: Tue, 24 Nov 2009 10:17:24 +0000 Message-ID: <61fec3fc0911240217s69657451geea4eb89c5d231bf@mail.gmail.com> Subject: Re: How compile hadoop-0.20.1 From: psdc1978 To: mapreduce-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable =A0Hi all, 1 - I'm trying to compile hadoop-0.20.1 but I'm facing several errors. Hadoop includes several subprojects, but these subprojects are all compiled in one file called hadoop-0.20.1-core.jar. If I just want to update the code in the MapReduce component, do I have to compile all the project? 2 - Why Hadoop only have one jar (hadoop-0.20.1-core.jar) for all the project? For example, MapReduce subcomponent could be inside mapreduce.jar, Common subcomponent could be inside common.jar, HDFS subcomponent could be inside hdfs.jar, etc. 3 - Is there any tutorial that helps how to compile Hadoop, especially only the MapReduce component? 4 - Should I try to compile MapReduce in windows with Cygwin, or should I compile inside Ubuntu? Thanks, -- =A0Pedro