Running Mahout Example

2014-01-22 Thread Sznajder ForMailingList
Hi, I wished to run the mahout example for Kmeans algorithm. I suppose that it is: org.apache.mahout.clustering.syntheticcontrol.kmeans.Job (1) Is it right? It looks for a /testdata/ directory. I did not find it (2) Where is it, please? I thought to use the reuters data set described in Man

Re: Running Mahout Example

2014-01-22 Thread Suneel Marthi
Try examples /bin/cluster-reuters.sh Sent from my iPhone > On Jan 22, 2014, at 9:56 AM, Sznajder ForMailingList > wrote: > > Hi, > > I wished to run the mahout example for Kmeans algorithm. > > I suppose that it is: > org.apache.mahout.clustering.syntheticcontrol.kmeans.Job > > (1) Is it ri

Re: Running Mahout Example

2014-01-22 Thread Sznajder ForMailingList
Strangely, I get the following: MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath. Exception in thread "main" java.lang.NoClassDefFoundError: classpath Caused by: java.lang.ClassNotFoundException: classpath at java.net.URLClassLoader.findClass(URLClassLoader.java:434) a

Re: Running Mahout Example

2014-01-22 Thread Suneel Marthi
What's ur Mahout version? On Wednesday, January 22, 2014 10:27 AM, Sznajder ForMailingList wrote: Strangely, I get the following: MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath. Exception in thread "main" java.lang.NoClassDefFoundError: classpath Caused by: java.lang.ClassN

Re: Running Mahout Example

2014-01-22 Thread Scott C. Cote
To eliminate the MAHOUT_LOCAL stack traces, I set the env var to an arbitrary value. export MAHOUT_HOME=~/mahout export MAHOUT_LOCAL=yes export PATH=$PATH:${MAHOUT_HOME}/bin On 1/22/14 9:50 AM, "Suneel Marthi" wrote: >What's ur Mahout version? > > > > > >On Wednesday, January 22, 2014 10:27

Re: Running Mahout Example

2014-01-22 Thread Sznajder ForMailingList
hi I extracted the trunk/ code.. Benjamin On Wed, Jan 22, 2014 at 5:50 PM, Suneel Marthi wrote: > What's ur Mahout version? > > > > > > On Wednesday, January 22, 2014 10:27 AM, Sznajder ForMailingList < > bs4mailingl...@gmail.com> wrote: > > Strangely, > > I get the following: > > MAHOUT_LOCAL