I use the following command at the commandline to cluster data using Mahout kmeans algorithm
mahout kmeans -i /vect_out/tfidf-vectors/ -c /out_canopy -o /out_kmeans -dm
org.apache.mahout.common.distance.SquaredEuclideanDistanceMeasure -cd 1.0 -x 20 -cl
where /out_canopy is the directory containing clusters created using Mahout canopy clustering which contains a clusters-0
directory which itself contains a directory named _logs
and a file named part-r-00000
but it keeps reporting the following error
java.lang.IllegalStateException: No clusters found. Check your -c path.
at org.apache.mahout.clustering.kmeans.KMeansMapper.setup