I tried again by first syncing from the trunk and running mvn install using the following and getting the same test failures! I am running this on Windows 7 machine using Cigwin.
$ svn co http://svn.apache.org/repos/asf/lucene/mahout/trunk Checked out revision 911364. $ mvn clean install ...... lots of junit test successes and the following failure Results : Failed tests: testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering) testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmean sClustering) Tests run: 338, Failures: 2, Errors: 0, Skipped: 0 On Thu, Feb 18, 2010 at 5:40 AM, Robin Anil <robin.a...@gmail.com> wrote: > Yeah me neither. Could you try syncing from the trunk > > > > On Thu, Feb 18, 2010 at 4:08 PM, Sean Owen <sro...@gmail.com> wrote: > > > I'm not seeing any such failures myself, from head. > > > > In case Robin just fixed something, try again from head? > > > > > > On Wed, Feb 17, 2010 at 11:04 PM, Anish Shah <avsha...@gmail.com> wrote: > > > Hi, > > > > > > I am new to Mahout and going through the initial steps of setting the > > > development > > > environment on my machine. I checked out the latest code from trunk and > > > seeing > > > the following failed tests when I ran mvn clean install: > > > > > >