Hmm. what happens if you add this to dependencies in integration?

    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>mahout-examples</artifactId>
    </dependency>


On Mon, Jul 30, 2012 at 9:59 PM, Stephen Weiss <[email protected]> wrote:
> Hi,
>
> I am just getting started with Mahout so bear with me.  I'm trying to set
> up the example for Taste using the instructions found here:
>
> https://cwiki.apache.org/confluence/display/MAHOUT/Recommender+Documentation
> (under Demo)
>
> I have tried with versions 0.7 and 0.6, and everything goes fine until I
> run mvn jetty:run.  Then, I get this error:
>
>
> javax.servlet.ServletException: java.lang.IllegalStateException:
> java.lang.ClassNotFoundException:
> org.apache.mahout.cf.taste.example.grouplens.GroupLensRecommender
>
> I see on this list there was a thread about this before:
>
> http://mail-archives.apache.org/mod_mbox/mahout-user/201201.mbox/%3ccanbytcjkuahmynpfvbc_odemwphoeamza_32wzrnwjd_w00...@mail.gmail.com%3E
>
> But I followed the whole thread through and it doesn't look like anyone
> provided an answer, at least one that I could understand.
>
> Can anyone provide some guidance as to how I get this demo to run?
>  Thanks!!!
>
> --
> Steve

Reply via email to