I know how to work with map reduce on HBase. But my requirement is to cluster similar data together. In the link http://cwiki.apache.org/MAHOUT/k-means.html they had given some initial starting but not in detail how to do. So if some know how to do then please tell me.
Thanks & Regards Aseem Puri Honeywell Technology Solutions Lab Bangalore -----Original Message----- From: Ryan Rawson [mailto:[email protected]] Sent: Tuesday, June 16, 2009 9:52 AM To: [email protected] Subject: Re: K-means clustering algorithm on HBase I'm not sure what that is, but you can scan the entirety of a table and into a map reduce. from there whatever you want to do? On Mon, Jun 15, 2009 at 9:15 PM, Puri, Aseem <[email protected]>wrote: > Hi > > I want to use K-means algorithm for clustering of HBase row > data with help of map reduce. I don't know it is possible or not. If > anybody tried this thing then please help me. > > > > Thanks & Regards > > Aseem Puri > > > > > >
