I am not sure about the zip.  I built from source per above and it worked.
I also added these lines to my .bash_profile.  Maybe that will help:

export MAHOUT_HOME=/path/to/mahout
export MAHOUT_LOCAL=true
export SPARK_HOME=/path/to/spark-1.6.2-bin-hadoop2.6
export SPARK_LOCAL_IP=127.0.0.1
export MASTER=spark://127.0.0.1:7077



On Wed, May 24, 2017 at 5:48 PM arun abraham <arunabraham...@gmail.com>
wrote:

> I downloaded the apache-mahout-distribution-0.12.2.zip from release
> archive.
>
>
>
> On May 25, 2017 6:14 AM, "Daniel Gabrieli" <dgabri...@salesforce.com>
> wrote:
>
> Did you build mahout locally?
>
> Change to the mahout directory and build mahout using mvn -DskipTests clean
> install
>
>
>
> On Wed, May 24, 2017 at 5:07 PM arun abraham <arunabraham...@gmail.com>
> wrote:
>
> > Hi All,
> >
> > I have installed mahout 0.12.2 version on my machine.I am trying to run a
> > user/item interaction file through the mahout spark-itemsimilarity.But I
> am
> > getting
> > the following error:
> >
> > *Command*:
> > $ mahout spark-itemsimilarity
> >
> > *Error*:
> >  "Error: Could not find or load main class
> > org.apache.mahout.drivers.ItemSimilarityDrive."
> >
> > Thanks and Regards,
> > Arun
> >
>

Reply via email to