I am building Revision: 911405 on a Mac, and things work fine for me. I am
assuming same is the case for sean(mac)

One reason i assume and error could come is that on windows the output
directories doesnt get deleted if the filesystem locks it(for reason i
cannot fathom). Could you try deleting testdata and output directories which
are formed and try again. Those directories could have some data used by the
Kmeans test and is deleted before the canopy test.

Other than that if you are building the mahout for usage  do: mvn clean
install -DskipTests=true

Robin


On Thu, Feb 18, 2010 at 6:11 PM, Anish Shah <avsha...@gmail.com> wrote:

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

Reply via email to