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:
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 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures. I looked in the surefire-reports and see the following details on the failures: testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering) Time elapsed: 11.169 sec <<< FAILURE! junit.framework.AssertionFailedError: clusters[3] expected:<4> but was:<2> at junit.framework.Assert.fail(Assert.java:47) ... testKMeansWithCanopyClusterInput(org.apache.mahout.clustering.kmeans.TestKmeansClustering) Time elapsed: 3.35 sec <<< FAILURE! junit.framework.AssertionFailedError: num points[0] expected:<4> but was:<1> at junit.framework.Assert.fail(Assert.java:47) ... I am wondering if this is unique to my environment or anyone else out there is also seeing this. Assuming that this is indeed an issue on the trunk, should I just go ahead put the expected values in the test cases and check them in so they pass or someone who has more knowledge in this area wishes to take a look into these failures? Where would I find a prioritized list of "TODOs/bugs/..." for Mahout? Thanks, Anish Shah