Hi,
While running the Kmeans clustering I am passing the parameter -xm mapreduce With rest of the parameters but my sequence file key and values are not in IntWritable and WeightedVectorWritable format respectively As I could see in the method clusterDataMR of KmeansDriver should output file key and value should be in IntWritable and WeightedVectorWritable respectively. Is there anything am I missing. Regards, Divya
