How are u converting your data to sequencefile? If you are not sure check this link: http://stackoverflow.com/questions/13663567/mahout-csv-to-vector-and-running-the-program
Are you getting any clusteredpoints after running k-means? It would help if you could list the commands you had executed for troubleshooting. ________________________________ From: Rajan Gupta <[email protected]> To: [email protected] Sent: Monday, June 24, 2013 3:09 AM Subject: Need Help in Clustering Hi, I am new to mahout. i have text data in fomat as Id,age,income,perwt,sex,city,product 1,23,2200,40,2,Boston,product #1 I want to perform kmeans clustering based on 2 feilds that is age and income.And i also want perform in specific number of clusters. I have already performed clustering by changing file into sequence > vector files but i get empty file while performing clusterdump.I guess their is something wrong in the way the class are written and the way my input file is. Can anyone help me how to do this. Thanks is advance Rajan Gupta
