Re: Hadoop on Eclipse

2011-10-07 Thread Eric Payne
ch-0.23' directory. It works for a while (10 minutes or so), >and then you can edit, navigate, etc. > >NOTE: I build from the command line, not from w/i eclipse. > >Hope that helps. >-Eric > > > >- Forwarded Message - >>From: Eric Payne &

Re: Hadoop on Eclipse

2011-10-06 Thread Tim Broberg
After still more puttering, I gave up and just logged this in jira. https://issues.apache.org/jira/browse/HADOOP-7726     - Tim. From: Prasanth J To: common-dev@hadoop.apache.org; Tim Broberg Sent: Thursday, October 6, 2011 11:02 AM Subject: Re: Hadoop on

Re: Hadoop on Eclipse

2011-10-06 Thread Prasanth J
Am also facing the exact issue. I think the documentation for setting up hadoop on eclipse is for older versions of hadoop. Now i am using hadoop 0.24.0 snapshot and with reference to that the documentation seems outdated. Any help on this regard will be very useful. On Wed, Oct 5, 2011 at 10:34 P

RE: Hadoop on Eclipse

2011-10-04 Thread Ravi Teja
: Wednesday, October 05, 2011 3:55 AM To: common-dev@hadoop.apache.org Subject: Re: Hadoop on Eclipse Thanks, Luke! But I'm still having problems. After importing all projects into Eclipse, I got 1007 erros. The first one: "Project 'MapReduceTools' is missing required library:

Re: Hadoop on Eclipse

2011-10-04 Thread Alexandre de Assis Bento Lima
Thanks, Luke! But I'm still having problems. After importing all projects into Eclipse, I got 1007 erros. The first one: "Project 'MapReduceTools' is missing required library: 'lib/hadoop-core.jar'" Then, many of the following kind: "Unbound classpath variable: 'M2_REPO/aopalliance/aopalliance

Re: Hadoop on Eclipse

2011-10-04 Thread Luke Lu
Try to do a mvn install -DskipTests -P-cbuild before mvn eclipse:eclipse.. On Mon, Oct 3, 2011 at 10:08 PM, Alexandre de Assis Bento Lima wrote: > Hi, > > I'm following the steps suggested by the wiki page: > > EclipseEnvironment - Hadoop Wiki > (http://wiki.apache.org/hadoop/EclipseEnvironment)