Return-Path: Delivered-To: apmail-hadoop-mapreduce-user-archive@minotaur.apache.org Received: (qmail 55942 invoked from network); 13 Jan 2011 12:52:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Jan 2011 12:52:10 -0000 Received: (qmail 18942 invoked by uid 500); 13 Jan 2011 12:52:10 -0000 Delivered-To: apmail-hadoop-mapreduce-user-archive@hadoop.apache.org Received: (qmail 18531 invoked by uid 500); 13 Jan 2011 12:52:08 -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 18154 invoked by uid 99); 13 Jan 2011 12:52:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 12:52:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of qwertymaniac@gmail.com designates 209.85.161.48 as permitted sender) Received: from [209.85.161.48] (HELO mail-fx0-f48.google.com) (209.85.161.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jan 2011 12:52:01 +0000 Received: by fxm2 with SMTP id 2so1670492fxm.35 for ; Thu, 13 Jan 2011 04:51:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=7IxKpxOLFGQ/Sl1eUJMvH8KFPPYXHbW0kCQecFSdzWM=; b=G1igxX1C3Ec1RQcMVAb8n334qFyfDXf5mmZngr/vy3CMYTlkXa8+tmhiGq0oNa4vbr VS2o7SB1NE7dVthLdNvc/MnEqYShFG60zne4UR4hZscGAnNsV3HK2hFW6EtYK7V8+AXW pgtei5sZM+PrNNgqUhdfoiezzxJsuhjZub0n4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=cZK0LMzyochqBIdZoaBaA6rxUYWmf9nvPsh5BaJ0n/iVqCuC9WZOnK3m3cemcPMW9a RkhGuOMjGc8nZ1dgBT3GcbROk5r3PYmGQhSEOY+md3T91tlFx4A5hdPPVvukfju0mTkt 9lvJYEDsJ54M6ldiRB5qEkcH1aDKqjrMEQk3U= Received: by 10.223.72.9 with SMTP id k9mr130262faj.93.1294923100959; Thu, 13 Jan 2011 04:51:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.120.14 with HTTP; Thu, 13 Jan 2011 04:51:20 -0800 (PST) In-Reply-To: References: From: Harsh J Date: Thu, 13 Jan 2011 18:21:20 +0530 Message-ID: Subject: Re: How to compile Hadoop 0.21.0? To: mapreduce-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Install Cygwin from http://cygwin.org (Defaults should do, but you may customize) and add it's bin/ to your Windows PATH. This should give you "tr" and other used utils. Hadoop on Windows is right now only supported with Cygwin AFAIK. On Thu, Jan 13, 2011 at 6:03 PM, Joan wrote: > Can someone tell me how to compile hadoop project? > > I downloaded trunk from svn and I try to follow the instructions > http://wiki.apache.org/hadoop/EclipseEnvironment but I'm using Eclipse on > Windows platform so When i'm try to run build.xml I get next error: > > Buildfile: C:\workspace\hadoop-trunk\build.xml > > BUILD FAILED > C:\workspace\hadoop-trunk\build.xml:67: Execute failed: java.io.IOException: > Cannot run program "tr": CreateProcess error=2, > > Thanks > > Joan > -- Harsh J www.harshj.com