Hello,
Iam a new Mahouts user and i work on the recommender system.
I installed Mahout 2 on my windows machine but when I execute mvn install I
have the following message and the file .job is not created under the
$MAHOUT_HOME/core directory .
This is the error message:
Results :
Failed tests:
Tests run: 695, Failures: 1, Errors: 0, Skipped: 0
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to
D:\sonia\ThèseRecHybride\environnementDev\appach\mahout-0.2-project\mahout-0
.2\core\target\surefire-reports for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 4 minutes 58 seconds
[INFO] Finished at: Tue Jul 06 17:15:13 CEST 2010
[INFO] Final Memory: 32M/78M
[INFO]
------------------------------------------------------------------------
In the file: org.apache.mahout.clustering.kmeans.TestKmeansClustering.txt
there is this error message
Test set: org.apache.mahout.clustering.kmeans.TestKmeansClustering
----------------------------------------------------------------------------
---
Tests run: 5, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 13.161 sec
<<< FAILURE!
testKMeansMRJob(org.apache.mahout.clustering.kmeans.TestKmeansClustering)
Time elapsed: 12.367 sec <<< FAILURE!
junit.framework.AssertionFailedError: clusters[3] expected:<4> but was:<2>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:280)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:198)
at
org.apache.mahout.clustering.kmeans.TestKmeansClustering.testKMeansMRJob(Tes
tKmeansClustering.java:423)
how can I solve this problem?
Thank you
Sonia