Re: Text clustering with SVD

2015-03-31 Thread Donni Khan
Hallo again, I have run the ssvd on the textual data as the following. 1. Run ssvd: bin/mahout ssvd -i outputTV/tfidf/tfidf-vectors/part-r-0 -o svdOutput -k 100 -us true -U false -V false -t 1 -ow -pca true 2. Run kmeans: bin/mahout kmeans -i svdOutput/USigma/ -c

Re: How to change /tmp directory for mahout usage of map-reduce?

2015-03-31 Thread Andrew Musselman
Can you let us know which code/scripts you're using? On Tuesday, March 31, 2015, Vikas Kumar kumar...@umn.edu wrote: Hello, I am using Mahout Spectral clustering example which internally calls a map reduce job. Right now, it is using */tmp/hadoop-username/mapred/..* directory by default for

How to change /tmp directory for mahout usage of map-reduce?

2015-03-31 Thread Vikas Kumar
Hello, I am using Mahout Spectral clustering example which internally calls a map reduce job. Right now, it is using */tmp/hadoop-username/mapred/..* directory by default for its operations. Can someone please let me know how to make mahout to use a different path? Thanks Vikas