Re: problems with running K-means on hadoop's pseudo-distributed mode

2014-04-04 Thread Wei Zhang
hi Mahesh, I formatted my HDFS, and now it can work out of box on pseudo-distributed mode. My HDFS must have behaved abnormally. Thanks! Wei From: Wei Zhang/Watson/IBM@IBMUS To: user@mahout.apache.org, Date: 04/04/2014 10:33 AM Subject:Re: problems with running K-means on had

Re: problems with running K-means on hadoop's pseudo-distributed mode

2014-04-04 Thread Wei Zhang
hi Mahesh, Thanks a lot for the response! (1) I am using cluster_reuters.sh to run the K-means. I simply started the script and selected k-means as the clustering algorithm. I had my HADOOP_HOME environment variable set up, also my hadoop runs in pseudo-distributed mode. (2) I did have a /tmp/m

Re: Mahout v0.9 is not working with 2.2.0-cdh5.0.0-beta-1

2014-04-04 Thread Gokhan Capan
Hi, Could you try that: $ svn co http://svn.apache.org/repos/asf/mahout/trunk/ mahout-trunk $ cd mahout-trunk $ mvn package -DskipTests=true -Dhadoop2.version= Best Gokhan On Fri, Apr 4, 2014 at 6:20 AM, Phan, Truong Q wrote: > Hi > > I have managed to pull down the latest trunk from ( > htt