Hey Owen, Is the MR side ready yet? It looks like the MR changes (HADOOP-5107, MAPREDUCE-1239) went in. Building on trunk (after mvn-install'ing common and hdfs) building mr with ant -Dresolvers=internal clean-cache mvn-install yields the following.
BUILD FAILED /home/eli/src/mapred1/build.xml:1148: Problem: failed to create task or type urn:maven-artifact-ant:pom Cause: The name is undefined. Thanks, Eli On Fri, Oct 30, 2009 at 3:59 PM, Owen O'Malley <omal...@apache.org> wrote: > I've committed HADOOP-5107 to Common and HDFS. MapReduce will follow soon. > > There are a couple of things that change: > > 1. The non-release version names move to the Maven-friendly 0.22.0-SNAPSHOT > instead of 0.22.0-dev. > 2. To change Common and push it to your local Maven repository: > a. make change to common > b. ant mvn-install > 3. To build using your internal Maven repository and push HDFS to your local > Maven repository: > a. make change to HDFS > b. ant -Dresolvers=internal clean-cache mvn-install > > -- Owen >