Hi Eric, For the 1.x code line (trunk), we are not investing in fixing the maven build. Instead the focus is entirely on using ant. Once we cut over to the next major revision, we will switch to a maven only build.
Thanks, Arvind On Fri, Dec 9, 2011 at 5:18 PM, Eric Wadsworth <[email protected]> wrote: > Folks, > > Sqoop builds with ant just fine. The tests pass ("ant test"). This goes > against hadoop 0.23; at least, that's what shows up in the ivy directories. > > But in the pom.xml, there is a different dependency: > > <!-- > <hadoopVersion>0.20.203.0</hadoopVersion> > --> > <!-- FIXME Cloudera Distribution dependency version --> > <hadoopVersion>0.20.2-cdh3u1</hadoopVersion> > > Out of the box, I can build with maven, with just a couple of tweaks > (skipping tests because one fails, rm CHANGES.txt to make the RAT happy). > But if I switch to the other version of hadoop, I get lots of errors. > > Why the discrepancy between ant and mvn builds? Or am I missing something? > > --- wad
