Re: Reuters Example in WindowsCygwin

2013-09-19 Thread Darius Miliauskas
To add, I tried the described solution http://stackoverflow.com/questions/13074368/java-lang-classnotfoundexception-org-apache-hadoop-util-programdriver;. The version of mahout is 0.8. I tried it by adding (worth to check the personal case of the paths accordingly, $MAHOUT_HOME should be set as

Re: Reuters Example in WindowsCygwin

2013-09-19 Thread Pat Ferrel
These look like hadoop errors, probably setup errors. Have you followed the Windows hadoop setup procedure and tested it separately from Mahout to verify it is working properly first? You may want to try the hadoop mailing list and look for a cygwin expert. Trying to run this stack on Windows

Re: Reuters Example in WindowsCygwin

2013-09-19 Thread Kevin Blaisdell
Darius, Have you considered trying to use the Hortonworks windows distribution? I don't know if it will help you, but if you need to work on windows it removes the cygwin requirement and might be a better experience. Kevin On Thu, Sep 19, 2013 at 7:55 AM, Darius Miliauskas

Re: Reuters Example in WindowsCygwin

2013-09-18 Thread Darius Miliauskas
Thanks, Michael. I looked more deeper at cluster-reuters.sh, and tried to play with paths in System variables. I set $HADOOP_HOME as C:\cygwin64\usr\local\hadoop, and I got: DARIUS@DARIUS-PC /usr/local/mahout/examples/bin $ ./build-reuters.sh Please call cluster-reuters.sh directly next time.

Re: Reuters Example in WindowsCygwin

2013-09-17 Thread Darius Miliauskas
I guess there is some problems with the paths in Cygwin since I get that output: DARIUS@DARIUS-PC ~ cd .. DARIUS@DARIUS-PC ~ cd DARIUS@DARIUS-PC ~ $ cd /usr/local/mahout/examples/bin DARIUS@DARIUS-PC /usr/local/mahout/examples/bin $ ./build-reuters.sh Please call cluster-reuters.sh directly

Re: Reuters Example in WindowsCygwin

2013-09-16 Thread Darius Miliauskas
Thanks, Gokham, I needed to install curl additionally by running Cygwin installer again (choosing not to skip curl which was skipped by default). 1. I got: DARIUS@DARIUS-PC /usr/local/mahout/examples/bin $ ./cluster-reuters.sh Please select a number to choose the corresponding clustering

Re: Reuters Example in WindowsCygwin

2013-09-16 Thread Gokhan Capan
I believe you can install it separately, without having reinstall Cygwin Sent from my iPhone On Sep 16, 2013, at 15:30, Darius Miliauskas dariui.miliaus...@gmail.com wrote: Thanks, Gokham, I needed to install curl additionally by running Cygwin installer again (choosing not to skip curl which

Re: Reuters Example in WindowsCygwin

2013-09-16 Thread Darius Miliauskas
I installed it but the clustering of reuters data does not provide any results as I described before. 2013/9/16 Gokhan Capan gkhn...@gmail.com I believe you can install it separately, without having reinstall Cygwin Sent from my iPhone On Sep 16, 2013, at 15:30, Darius Miliauskas

Reuters Example in WindowsCygwin

2013-09-13 Thread Darius Miliauskas
Dear All, I tried to run Reuters Example on my Windows machine (Windows 7), using Cygwin, but got the following error: DARIUS@DARIUS-PC /usr/local/mahout/examples/bin $ ./cluster-reuters.sh Please select a number to choose the corresponding clustering algorithm 1. kmeans clustering 2.

Re: Reuters Example in WindowsCygwin

2013-09-13 Thread Gokhan Capan
You need to have 'curl' installed, as the error message tells. Gokhan On Fri, Sep 13, 2013 at 2:37 PM, Darius Miliauskas dariui.miliaus...@gmail.com wrote: Dear All, I tried to run Reuters Example on my Windows machine (Windows 7), using Cygwin, but got the following error: