examples/bin/cluster-reuters.sh fails on k-means: Option (1)

2015-09-16 Thread Disa Mhembere
Hello all, I'm running mahout 0.11.1 on an ubuntu 14.04 server. I compiled the library with maven 3.3.3 under java 1.7 and tried to run the kmeans example in examples/bin/cluster-reuters.sh (i.e., choice 1). The script fails with: 15/09/15 23:27:35 ERROR AbstractJob: Missing value(s) --input

Re: examples/bin/cluster-reuters.sh fails on k-means: Option (1)

2015-09-16 Thread Disa Mhembere
./cluster-reuters.sh --help This script clusters the Reuters data set using a variety of algorithms. The data set is downloaded automatically. The data is online & downloaded from: http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.tar.gz (line 82) Reading the script I can see (line

Re: examples/bin/cluster-reuters.sh fails on k-means: Option (1)

2015-09-16 Thread Suneel Marthi
try running /bin/cluster-reuters.sh --help to see the list of expected input options. On Wed, Sep 16, 2015 at 8:54 PM, Disa Mhembere wrote: > Hello all, > > I'm running mahout 0.11.1 on an ubuntu 14.04 server. I compiled the library > with maven 3.3.3 under java 1.7 and