Re: Help to setup latest Hadoop source code on Eclipse

2013-02-04 Thread Karthiek C
Thanks Erik. I am now trying to set up 1.1 version that uses ANT. Will use your tip when I start working with latest version. On Mon, Feb 4, 2013 at 9:00 AM, Erik Paulson wrote: > I found that I needed to add the M2 Repo to the Eclipse classpath settings > in order to get a successful build. Th

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-04 Thread Erik Paulson
I found that I needed to add the M2 Repo to the Eclipse classpath settings in order to get a successful build. This page details several different ways to accomplish that: http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/ -Erik On Fri, Feb 1, 2013 at 8:44 AM, Karthie

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Karthiek C
rds > Amir Sanjar > > System Management Architect > PowerLinux Open Source Hadoop development lead > IBM Senior Software Engineer > Phone# 512-286-8393 > Fax# 512-838-8858 > > -Karthiek C wrote: - > To: common-dev@hadoop.apache.org > From: Karthiek C >

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Amir Sanjar
werLinux Open Source Hadoop development lead IBM Senior Software Engineer Phone# 512-286-8393 Fax# 512-838-8858 -Karthiek C wrote: - To: common-dev@hadoop.apache.org From: Karthiek C Date: 02/01/2013 08:45AM Subject: Re: Help to setup latest Hadoop source code on Eclipse That's gre

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread yiyu jia
I followed this link to setup my hadoop development eclipse env. http://wiki.apache.org/hadoop/EclipseEnvironment You may ran into some error messages when you run mvn command. but, it can be easily fixed. However, i do not remember what is the errors. just be patient and read the error message.

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Karthiek C
That's great! So far I tried using trunk code. But 1.1.x works for me. Can you please help me out? My purpose is to debug through hadoop's default scheduler code and schedulers like fair share scheduler. And thanks for the advice Harsh. I could generate eclipse project files using the maven comman

Re: Help to setup latest Hadoop source code on Eclipse

2013-02-01 Thread Amir Sanjar
what version of hadoop are you using? I have been debugging hadoop 1.1.x source code using eclipse everyday. If you are using similar version, I might be able to help. Best Regards Amir Sanjar System Management Architect PowerLinux Open Source Hadoop development lead IBM Senior Software Engineer

Re: Help to setup latest Hadoop source code on Eclipse

2013-01-31 Thread Harsh J
Hi, You should be able to do this (assuming your dev env. has all side-deps like protoc 2.4.x+, etc. installed): $ mvn clean install -DskipTests $ mvn eclipse:eclipse Then import all the necessary projects in from Eclipse. On Fri, Feb 1, 2013 at 5:44 AM, Karthiek C wrote: > I am trying to get