Re: Building MR2

2011-08-29 Thread Arun C Murthy
Thanks Vinod! On Aug 29, 2011, at 12:30 AM, Vinod Kumar Vavilapalli wrote: > Updated http://wiki.apache.org/hadoop/DevelopingOnTrunkAfter279Merge > and filed MAPREDUCE-2901. > > +Vinod > > On Fri, Aug 19, 2011 at 12:22 AM, Alejandro Abdelnur wrote: > >> protoc is invoked from an antrun plugin

Re: Building MR2

2011-08-29 Thread Vinod Kumar Vavilapalli
Updated http://wiki.apache.org/hadoop/DevelopingOnTrunkAfter279Merge and filed MAPREDUCE-2901. +Vinod On Fri, Aug 19, 2011 at 12:22 AM, Alejandro Abdelnur wrote: > protoc is invoked from an antrun plugin configuration. > > we could check using ant tasks that protoc is avail, and fail with a > me

Re: Building MR2

2011-08-18 Thread Alejandro Abdelnur
protoc is invoked from an antrun plugin configuration. we could check using ant tasks that protoc is avail, and fail with a message if not. Thxs. Alejandro On Thu, Aug 18, 2011 at 11:44 AM, Eli Collins wrote: > On Thu, Aug 18, 2011 at 11:39 AM, Alejandro Abdelnur > wrote: > > IMO, committing

Re: Building MR2

2011-08-18 Thread Eli Collins
On Thu, Aug 18, 2011 at 11:39 AM, Alejandro Abdelnur wrote: > IMO, committing generated code is not a good idea. I'd rather put the burden > on developers of installing protoc  (they have to do it for Java, Maven, > Forrest, and all the autoconf stuff if compiling native). > > I would document pro

Re: Building MR2

2011-08-18 Thread Alejandro Abdelnur
IMO, committing generated code is not a good idea. I'd rather put the burden on developers of installing protoc (they have to do it for Java, Maven, Forrest, and all the autoconf stuff if compiling native). I would document protoc as required tool. Thxs. Alejandro On Thu, Aug 18, 2011 at 10:50

Re: Building MR2

2011-08-18 Thread Eli Collins
On Thu, Aug 18, 2011 at 10:29 AM, Mahadev Konar wrote: > Eli, >  I think its protoc. Do you have protoc installed? > Installing protoc (and adding /usr/local/lib to my ld lib path) got it working. If we don't check in the generated sources please update the HowToContribute wiki with this dep (or

Re: Building MR2

2011-08-18 Thread Milind.Bhandarkar
>(As discussed at the contributor meetup earlier this summer, I think >it would be better to check in the protoc-generated code) +1 - milind --- Milind Bhandarkar Greenplum Labs, EMC (Disclaimer: Opinions expressed in this email are those of the author, and do not necessarily represent the view

Re: Building MR2

2011-08-18 Thread Todd Lipcon
Yea, I got same issue - went away when I added protoc 2.4.0a on the path. (As discussed at the contributor meetup earlier this summer, I think it would be better to check in the protoc-generated code) Todd On Thu, Aug 18, 2011 at 10:29 AM, Mahadev Konar wrote: > Eli, >  I think its protoc. Do y

Re: Building MR2

2011-08-18 Thread Mahadev Konar
Eli, I think its protoc. Do you have protoc installed? mahadev On Thu, Aug 18, 2011 at 10:28 AM, Eli Collins wrote: > Hey gang, > > I'm running mvn clean install from the hadoop-mapreduce directory on > an  svn co of trunk (hadoop-common) and get the following: > > [ERROR] Failed to execute goa

Building MR2

2011-08-18 Thread Eli Collins
Hey gang, I'm running mvn clean install from the hadoop-mapreduce directory on an svn co of trunk (hadoop-common) and get the following: [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.2:exec (generate-sources) on project hadoop-yarn-api: Command execution failed. Process ex