You would need to provide the logs from the failed tests. Look under examples/target/surefire-reports and you will find a file for this test with logs, including a stack trace.
This test is not failing for the build system so perhaps it is an environment-specific issue. On Fri, Jul 2, 2010 at 12:31 AM, Pradeep Pujari <[email protected]> wrote: > Hi, > How to run RecommendationExamples. I do see the wiki page ( > https://cwiki.apache.org/MAHOUT/recommendationexamples.html). It is not > enough.* am getting the below error while running mvn install on > mahout-examples.* > ** > > Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 sec > > Running *org.apache.mahout.ga.watchmaker.cd.tool.ToolReducerTest > * > > Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec > > Running *org.apache.mahout.ga.watchmaker.cd.hadoop.CDReducerTest > * > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec > > Results : > > Tests in error: > > testGatherInfos(*org.apache.mahout.ga.watchmaker.cd.tool.CDInfosToolTest*) > > testEvaluate(* > org.apache.mahout.ga.watchmaker.cd.hadoop.CDMahoutEvaluatorTest*) > > Tests run: 29, Failures: 0, Errors: 2, Skipped: 0 > > [INFO] > ------------------------------------------------------------------------ > > [INFO] BUILD FAILURE > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 12.431s > > Any help is highly appriciated. > > Thanks, > > Pradeep. >
