Hi, I have a question. I used mahout kmeans to do some analyzation. (mahout seq2parse -> mahout kmeans)
When i check on the jobs through my Hadoop Administration, i see that all the jobs shows that Map Total = 1, Map Reduce = 1 Job's Name Example: Cluster Iterator running iteration 19 over priorPath: /user/hadoop/test/kmeans-out/clusters-18 Does that means that something's wrong with my configuration? I have a number of DataNodes = 10 Map Task Capacity = 40 Reduce Task Capacity = 40 And I had the following config under mapred-site.xml [mapred-site.xml] ------------------------------------------------------- mapred.tasktracker.map.tasks.maximum = 4 mapred.tasktracker.reduce.tasks.maximum = 4 ------------------------------------------------------- So i expect something the figure to be 1~40 but all turned out to be only 1. Is this the correct result of Mahout Kmeans? Of is there something wrong with my configuration? Thank you.
