Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 17634 invoked from network); 15 Jun 2008 10:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2008 10:53:04 -0000 Received: (qmail 97535 invoked by uid 500); 15 Jun 2008 10:53:05 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 97496 invoked by uid 500); 15 Jun 2008 10:53:05 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 97485 invoked by uid 99); 15 Jun 2008 10:53:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 03:53:04 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lukas.vlcek@gmail.com designates 209.85.198.225 as permitted sender) Received: from [209.85.198.225] (HELO rv-out-0506.google.com) (209.85.198.225) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Jun 2008 10:52:13 +0000 Received: by rv-out-0506.google.com with SMTP id k40so9027617rvb.29 for ; Sun, 15 Jun 2008 03:52:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=aYrikm5fm4J/BzJNnFjrs3SaKdyK0WnmRnHwgEzD1mA=; b=I73s5cdeNq7uETlOPHPN5JfsDvMFhjKWI2fHzNA+LH0aiH/1W0VP9cBhC8+qbbxCGf IkP8hYoRSq81q9j5g4GdOJVoO22uyMLIYvOAUSICTE2Fv9fcQ3mo3oiX6n/EYGpPb4U7 Om+vZ5m5L9oCw3BbVFfvDXiR11QHhagAqGaAI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=S9wPt4BhrcubSK0KOUZ4DAwaZAJNcMSGZIuKOoj1KJ0TaeBJqV0YFHIIESTaccQdaY wZyoTU+EukpVh1/+17hyvmeHSr927LCmgJGkBPFQfdSvvkG0PITDIsqyGQNOSV5ZKE7k cNpSdsqDlZCzOs0fLIyXxBPm0bmbW6VBtf45c= Received: by 10.141.128.19 with SMTP id f19mr2985386rvn.257.1213527151743; Sun, 15 Jun 2008 03:52:31 -0700 (PDT) Received: by 10.141.26.7 with HTTP; Sun, 15 Jun 2008 03:52:31 -0700 (PDT) Message-ID: <52c3ddca0806150352x66945799mbed7fd7d4a391755@mail.gmail.com> Date: Sun, 15 Jun 2008 12:52:31 +0200 From: "Lukas Vlcek" To: core-dev@hadoop.apache.org Subject: Re: Development environment recommendations In-Reply-To: <643aa4870806142317j3e66565dhe86bb07c7088d432@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_15101_7116620.1213527151749" References: <643aa4870806112228v50398fa9g869494cbb712f322@mail.gmail.com> <52c3ddca0806120018o1e06deb1m4e0114e517ef87c5@mail.gmail.com> <643aa4870806142317j3e66565dhe86bb07c7088d432@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_15101_7116620.1213527151749 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, Quite recently Hayes Davis posted about Hadoop and Windows on his blog: http://hayesdavis.net/2008/06/14/running-hadoop-on-windows/. May be this will help you. If I remember correctly one of the problems I had on windows was that the system was keeping locks on files so I was not able to build the source code. Lukas On Sun, Jun 15, 2008 at 8:17 AM, Naama Kraus wrote: > Thank Lukas and the others who replied to my question. > > One question is regarding Windows. I understand Linux is the platform to > use > for running Hadoop in production, but I thought Windows is ok for > development. Isn't it so ? Isn't the code written in Java which is platform > independent ? What difficulties should I expect if I develop in Windows > (+Cygwin) ? > > Thanks, Naama > > On Thu, Jun 12, 2008 at 10:18 AM, Lukas Vlcek > wrote: > > > Hi, > > > > As far as I can tell most of the developers are using Eclipse. Right now > I > > am trying to use NetBeans which works well too except the fact that > > NetBeans > > uses Ant internally and integration with Hadoop Ant script is not very > > smooth (this means that I can develop Hadoop code in NetBeans but I am > > using > > command line for tests and other specific goals). > > > > Forget about windows. Use Linux (Ubuntu works well in my case). > > > > Let me know if you have specific questions about settings of NetBeans and > > Ubuntu for Hadoop development. > > > > Regards, > > Lukas > > > > On Thu, Jun 12, 2008 at 7:28 AM, Naama Kraus > wrote: > > > > > Hi, > > > > > > I'd like to know whether there is any particular recommendation for an > > IDE > > > when developing Hadoop. I did manage to checkout Hadoop core trunk and > > > compile it using ant. > > > How do folks work ? > > > > > > Thanks, Naama > > > > > > > > > > > -- > > http://blog.lukas-vlcek.com/ > > > > > > -- > oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo 00 oo > 00 oo 00 oo > "If you want your children to be intelligent, read them fairy tales. If you > want them to be more intelligent, read them more fairy tales." (Albert > Einstein) > -- http://blog.lukas-vlcek.com/ ------=_Part_15101_7116620.1213527151749--