Re: Building and Deploying MRv2

2011-06-18 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 l

Re: MR-279

2011-06-18 Thread Luke Lu
The fact you're mentioning avro plugin indicating that I think you're playing with obsolete patches. The current code uses avro-maven-plugin 1.5.1 which is available via maven central. Please follow the current instruction here: http://svn.apache.org/repos/asf/hadoop/common/branches/MR-279/mapredu

[jira] [Resolved] (MAPREDUCE-2605) Hadoop Streaming (StreamJob) does not delete temporary job/package jar

2011-06-18 Thread Harsh J (JIRA)
[ https://issues.apache.org/jira/browse/MAPREDUCE-2605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved MAPREDUCE-2605. Resolution: Not A Problem Fix Version/s: 0.22.0 Greg, Per {{StreamJob#packageJobJar()}}

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: MR-279

2011-06-18 Thread Thomas Anderson
Thanks. Recompiling common and hdfs by commands 1st. compile commons ant veryclean mvn-install (hadoop-common-0.22.0-SNAPSHOT.jar is installed to m2 repository) 2nd. compile hdfs ant veryclean mvn-install -Dresolvers=internal (It installs hadoop-hdfs-0.22.0-SNAPSHOT.jar to repository) s