You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Pradeep Pujari <pp...@gmail.com> on 2010/07/02 01:31:18 UTC

RecommendationExamples

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.

Re: RecommendationExamples

Posted by Sean Owen <sr...@gmail.com>.
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 <pp...@gmail.com> 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.
>