Return-Path: Delivered-To: apmail-hadoop-general-archive@minotaur.apache.org Received: (qmail 64968 invoked from network); 23 Nov 2009 22:10:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Nov 2009 22:10:44 -0000 Received: (qmail 86850 invoked by uid 500); 23 Nov 2009 22:10:43 -0000 Delivered-To: apmail-hadoop-general-archive@hadoop.apache.org Received: (qmail 86771 invoked by uid 500); 23 Nov 2009 22:10:42 -0000 Mailing-List: contact general-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@hadoop.apache.org Delivered-To: mailing list general@hadoop.apache.org Received: (qmail 86761 invoked by uid 99); 23 Nov 2009 22:10:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 22:10:41 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of psdc1978@gmail.com designates 72.14.220.154 as permitted sender) Received: from [72.14.220.154] (HELO fg-out-1718.google.com) (72.14.220.154) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Nov 2009 22:10:39 +0000 Received: by fg-out-1718.google.com with SMTP id d23so2335268fga.11 for ; Mon, 23 Nov 2009 14:10:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=YlzLf5ppk/YmRpmSW5ieu4QWFTeAsVN4bMXu8LAR4ao=; b=XzwV1Vo40G380pVDdiFo6L1FcTUBDyzmsujzRISzHK807iHlxO0OYZLvIChT4DdNCr DfiDNPkXkUISX/yD04Yg+pUhO7/bSMx/S9b204rNmng/sfDCh5aQSJbMoy4BjJk0C9S1 UpHTn5uIIDLVduPV9g6KWnnsqS+NqXsy8wIcM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=YSZOVWO7xOmy+wmO8KevOxxu1+AkFEFEAm0tJRjbPioBi4hFfj+NCZjSHFjOvJTLdK Ms524i+4EN7QxPr6Dk67iVwxGigAdqfzS3n9Zvhx93YejSZFfhSdrUgIEcI9Okie6OIs ztxTRel8KizoHiYL9V5wXT6t6vupgkHF/fES0= MIME-Version: 1.0 Received: by 10.239.130.160 with SMTP id 32mr535895hbj.58.1259014216903; Mon, 23 Nov 2009 14:10:16 -0800 (PST) Date: Mon, 23 Nov 2009 22:10:16 +0000 Message-ID: <61fec3fc0911231410y23a02102xf52f7bed2f2afa1e@mail.gmail.com> Subject: How compile hadoop-0.20.1 From: psdc1978 To: general@hadoop.apache.org Content-Type: multipart/alternative; boundary=001485f78c422a6e79047911178b --001485f78c422a6e79047911178b Content-Type: text/plain; charset=ISO-8859-1 Hi 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 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? 4 - Should I try to compile hadoop in windows with Cygwin, or should I compile inside Ubuntu? Thanks, -- Pedro --001485f78c422a6e79047911178b--