FWIW, it looks like the 0.20.2 release ships with a pom. For those interested in installing it locally as a depedency until it is up on a repo, it is as easy as:
mvn install:install-file -Dfile=hadoop-0.20.2-core.jar -DgroupId=org.apache.hadoop -DartifactId=hadoop-core -Dversion=0.20.2 -DpomFile=ivy/hadoop-core.pom >From the untarred release directory. Mahout can be updated to use it by changing the hadoop version in maven/pom.xml from 0.20.2-SNAPSHOT to 0.20.2 -- doing a build against it as I type to see if there are any issues. Drew On Thu, Mar 4, 2010 at 10:11 AM, Drew Farris <drew.far...@gmail.com> wrote: > Yes, I asked on general and followed up on common-dev just this morning. > > Hopefully we wont have to deploy it ourselves, but I will be happy to take > care of it if we need to. > > If the release doesn't ship with a pom, we should update the pom for the > snapshot instead of having the deploy mojo generate one for us because the > latter won't handle hadoop D'Epagnier properly. > > How long should we wait to see if the hadoop team will handle the deploy? > > On Mar 4, 2010 8:57 AM, "Robin Anil" <robin.a...@gmail.com> wrote: > > I am +1 on us going forward if there is no response. > > Robin > > On Thu, Mar 4, 2010 at 7:26 PM, Robin Anil <robin.a...@gmail.com> wrote: > >> Drew asked the same Q o...