Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Plain View
Mahout, mail # user - Running Recommender samples


+
Robert Stewart 2010-10-26, 19:47
Copy link to this message
-
Re: Running Recommender samples
Ted Dunning 2010-10-26, 19:59
Btw... one speedup for building is to use [mvn -DskipTests clean install] to
avoid re-running all of the unit tests.

On Tue, Oct 26, 2010 at 12:47 PM, Robert Stewart <[EMAIL PROTECTED]>wrote:

> I'm having trouble running the recommender samples.  I installed and built
> mahout with the following comments, on Mac OS X.
>
> svn co http://svn.apache.org/repos/asf/mahout/trunk mahout
> cd mahout
> mvn clean install
>
> ...
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 38 minutes 39 seconds
> [INFO] Finished at: Tue Oct 26 15:09:25 EDT 2010
> [INFO] Final Memory: 94M/123M
> [INFO]
> ------------------------------------------------------------------------
>
> Then I tried to run the recommender sample:
>
> cd examples
>
> mvn -q exec:java
>
> -Dexec.mainClass="org.apache.mahout.cf.taste.example.bookcrossing.BookCrossingRecommenderEvaluatorRunner"
> [ERROR] BUILD ERROR
>
> I see there is -Dexec.args="<OPTIONS>" in the documentation at
> https://cwiki.apache.org/confluence/display/MAHOUT/RecommendationExamples,
> but I have no idea what is supposed to go there.
>
> What are the exact steps I need to do to run recommender samples?
>
> Thanks,
> Bob
>
+
Sean Owen 2010-10-27, 05:39