Re: Building and Deploying MRv2

2011-06-19 Thread Praveen Sripati
Thanks to the group. Finally, I got the build and deploying going with the following exception during the common build [exec] validate-sitemap: [exec] /home/praveensripati/Installations/apache-forrest-0.8/main/webapp/resources/schema/relaxng/sitemap-v06.rng:72:31: error: datatype

Re: Building and Deploying MRv2

2011-06-18 Thread Praveen Sripati
Hi, I have got the code from the svn into into /home/praveensripati/Hadoop/ directory and untar'd the hadoop-mapreduce-1.0-SNAPSHOT-all.tar.gz file in the /home/praveensripati/Hadoop folder. The INSTALL document says to export the following variables. What should the HADOOP_CONF_DIR variable

Re: Building and Deploying MRv2

2011-06-17 Thread Luke Lu
MR-279 actually works fine with maven 3.0.3 (sans a few (IMO bogus) warnings). You can leave out the tar target (which depends on the docs target, which requires forrest 0.8) to unblock the progress, as mvn-install would suffice for common and hdfs builds. On Thu, Jun 16, 2011 at 7:55 PM, Praveen

Re: Building and Deploying MRv2

2011-06-17 Thread Siddharth Seth
Ubuntu seems to install the protocol buffer library (protobuf-compiler) as part of the standard install. Can you run 'protoc --version' to figure out which version is being used. If you've installed it separately - you could play around with the path, remove the package installed by Ubuntu, etc to

Re: Building and Deploying MRv2

2011-06-17 Thread Praveen Sripati
Hi, Finally, got all the jars built. Now is the time to run the MRv2. It would be nice if the below documentation gets updated http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/mapreduce/INSTALL -- yarn build Ubuntu had an older version of the protoc binary, I did put

Re: Building and Deploying MRv2

2011-06-16 Thread Praveen Sripati
Hi, The hdfs build was successful after including the -Dforrest.home property to the ant command. *** When I started the mapreduce build to get the below error. mvn clean install assembly:assembly Downloaded:

Re: Building and Deploying MRv2

2011-06-16 Thread Thomas Graves
Note, it looks like your java5.home is pointing to java6? I've never seen this particular error. The java_generate_equals_and_hash option seems to have been added in protobuf2.4.0. What version of protobufs are you using? The instructions say to use atleast 2.4.0a, I'm using 2.4.1 right now.

Re: Building and Deploying MRv2

2011-06-16 Thread Thomas Graves
I know at one time maven 3.x didn't work so I've been using maven 2.x. Well I've never tried using java6 for java5 home but I would think it wouldn't work. I thought it was forrest that required java5. I would suggest using java5. Tom On 6/16/11 12:24 PM, Praveen Sripati

Re: Building and Deploying MRv2

2011-06-15 Thread Thomas Graves
On 6/15/11 8:54 AM, Praveen Sripati praveensrip...@gmail.com wrote: Hi, I am trying to build and deploy MRv2 and following the instructions in the INSTALL file. The instructions have to be modified after the recent re-organisation (HADOOP-7106)

Re: Building and Deploying MRv2

2011-06-15 Thread Mahadev Konar
I just checked in Tom's patch for updated INSTALL instructions. Hope that helps. thanks mahadev On Wed, Jun 15, 2011 at 7:49 AM, Thomas Graves tgra...@yahoo-inc.com wrote: On 6/15/11 8:54 AM, Praveen Sripati praveensrip...@gmail.com wrote: Hi, I am trying to build and deploy MRv2 and

Re: Building and Deploying MRv2

2011-06-15 Thread Luke Lu
On Wed, Jun 15, 2011 at 6:45 PM, Praveen Sripati praveensrip...@gmail.com wrote: Do I need the avro-maven-plugin? When I ran the below command got the error that the pom file was not found. Where do I get the jar and the pom files for the avro-maven-plugin? I was able to get the source code