Re: New dev. environment issue

2013-09-06 Thread Vinod Kumar Vavilapalli
Not sure about others, but either Mac or Linux, I always checkout separately from the command line, run "mvn clean install eclipse:eclipse -DskipTests" there and then import(or just refresh subsequently) hadoop-common directory from the 'import existing maven projects' option in eclipse. Thank

Re: New dev. environment issue

2013-09-06 Thread John Chilton
Hi, I have switched to linux, and now I have a new issue. I am following the directions at http://wiki.apache.org/hadoop/EclipseEnvironment for setting up the project in Eclipse. Where the wiki says to add "target/generated-test-sources/java" as a source directory, I find that this directory is al

Re: New dev. environment issue

2013-09-04 Thread Tsuyoshi OZAWA
Hi John, I'm developing Hadoop on OS X(10.8.4). Sometimes tests fail on OS X, though I confirmed that TestFileUtil of current trunk works well on my environment. Jenkins CI of Hadoop runs on Linux, so I'll recommend you to prepare Linux server. I also avoid the problem by preparing linux servers o

Re: New dev. environment issue

2013-09-03 Thread John Chilton
Hi Matt, I was hoping to be able to test at some point because I would like to contribute. John On Tue, September 3, 2013 12:10 am, Matt Fellows wrote: > You could run: > mvn install -DskipTests if you are just looking to build it, and don't > care > about the tests? > > > On Tue, Sep 3, 2013 at

RE: New dev. environment issue

2013-09-03 Thread Devaraj k
You could also refer this for the build steps. http://svn.apache.org/repos/asf/hadoop/common/trunk/BUILDING.txt Thanks Devaraj k From: Matt Fellows [mailto:matt.fell...@bespokesoftware.com] Sent: 03 September 2013 12:40 To: common-dev@hadoop.apache.org Subject: Re: New dev. environment issue

Re: New dev. environment issue

2013-09-03 Thread Matt Fellows
You could run: mvn install -DskipTests if you are just looking to build it, and don't care about the tests? On Tue, Sep 3, 2013 at 2:46 AM, John Chilton wrote: > Hi all, I am trying to set up a new development environment on a Mac (OS X > 10.8.4). > > I have checked out the source using NetBean

New dev. environment issue

2013-09-02 Thread John Chilton
Hi all, I am trying to set up a new development environment on a Mac (OS X 10.8.4). I have checked out the source using NetBeans builtin SVN support and I have installed ProtoBuf 2.5.0. Now I am running "mvn clean" and "mvn install". "mvn install" fails, listing some failures and one error. I am