Re: KMeans clustering on Hadoop infrastructure

2012-04-30 Thread Robert Evans
You are likely going to get more help from talking to the Mahout mailing list. https://cwiki.apache.org/confluence/display/MAHOUT/Mailing+Lists,+IRC+and+Archives --Bobby Evans On 4/28/12 7:45 AM, "Lukáš Kryške" wrote: Hello, I am successfully running K-Means clustering sample from the 'Ma

Re: how to build kmeans

2011-03-18 Thread Ted Dunning
This looks like you took the code from http://code.google.com/p/kmeans-hadoop/ <http://code.google.com/p/kmeans-hadoop/>And it looks like you didn't actually download the code, but you cut and pasted the HTML rendition of the code. First, this code is not from a serious project. It i

Re: how to build kmeans

2011-03-18 Thread Ted Dunning
These java files are full of HTML. Are you sure that they are supposed to compile? How did you get these files? On Fri, Mar 18, 2011 at 3:12 AM, MANISH SINGLA wrote: > Hii everyone... > > I am trying to run kmeans on a single node... I have the attached > files with me...I put them

Re: kmeans

2011-03-07 Thread Sreekanth Ramakrishnan
Hi Can you please redirect your queries to : u...@mahout.apache.org They would be able to help you. On 3/7/11 12:53 PM, "MANISH SINGLA" wrote: Hii everyone... I m trying to run kmeans example using mahout 0.4...Can anyone plzzz guide me through this...any help is really appreciated

kmeans

2011-03-06 Thread MANISH SINGLA
Hii everyone... I m trying to run kmeans example using mahout 0.4...Can anyone plzzz guide me through this...any help is really appreciated... Thanks Manish

Re: kmeans

2011-02-26 Thread Marco Didonna
-examples.jar...but kmeans is not...so I have taken the code from the net...and want to run it...plzz help!!! thank you Manish As you see in the wordcount example http://wiki.apache.org/hadoop/WordCount you need to create a driver class which will instruct hadoop about which class is the mapper

Re: kmeans

2011-02-26 Thread MANISH SINGLA
actually I have kmeansMapper,reducer and driver files...seperately...and now I want to execute them on the terminal...using Hadoop...what are the steps that I should follow...e.g.when running the wordcount program...its simply preseent in the hadoop-examples.jar...but kmeans is not...so I have

Re: kmeans

2011-02-26 Thread Varadharajan Mukundan
Hi, > I m facing a problem...I m not able to run the kmeans clustering algo > on a singls node...till now I have just run the wordcount > program...what are the steps in doing so??? please give more information on problem you are facing (error, log entries etc). -- Thanks, M. Var

kmeans

2011-02-25 Thread MANISH SINGLA
Hii I m facing a problem...I m not able to run the kmeans clustering algo on a singls node...till now I have just run the wordcount program...what are the steps in doing so???