RE: which Eclipse plugin to use for Maven?

2011-08-29 Thread Jim Falgout
and .classpath so that eclipse can use it's normal build system not work. The two approaches are not really compatible with each other. --Bobby On 8/29/11 11:52 AM, "Jim Falgout" wrote: Using the latest trunk code, used the "mvn eclipse:eclipse" target to build the

which Eclipse plugin to use for Maven?

2011-08-29 Thread Jim Falgout
Using the latest trunk code, used the "mvn eclipse:eclipse" target to build the Eclipse project files. I've got the M2E plugin for Maven installed. After some trouble with lifecycle errors ("Plugin execution not covered by lifecycle configuration" error messages) I noticed this comment in the .p

RE: Mavenizing the HDFS build

2011-08-19 Thread Jim Falgout
Nice job! Built right out of the box. Thanks for the instructions, very clear and concise. -Original Message- From: Tom White [mailto:t...@cloudera.com] Sent: Friday, August 19, 2011 12:56 PM To: hdfs-...@hadoop.apache.org Cc: mapreduce-dev@hadoop.apache.org Subject: Re: Mavenizing the H

Re: trouble building MR-279 branch

2011-07-03 Thread Jim Falgout
3 14:16:12 2011 Subject: Re: trouble building MR-279 branch Jim, On Jul 1, 2011, at 2:23 PM, Jim Falgout wrote: > On another note: do you know of any design docs for building an application > executor using the new resource manager? Just wondering how to get started? > Jim, we are in the p

RE: trouble building MR-279 branch

2011-07-01 Thread Jim Falgout
-Original Message----- From: Jim Falgout [mailto:jim.falg...@pervasive.com] Sent: Friday, July 01, 2011 2:00 PM To: mapreduce-dev@hadoop.apache.org Subject: trouble building MR-279 branch Hi, I've checked out the MR-279 branch and am having trouble getting it to build. Any docs/blogs/notes around

trouble building MR-279 branch

2011-07-01 Thread Jim Falgout
Hi, I've checked out the MR-279 branch and am having trouble getting it to build. Any docs/blogs/notes around that may give some hints? The build is unable to resolve the yarn-server even though I ran a "mvn-install" in the yarn source area to install it in the local repository. Thanks, Jim.