Re: K-means clustering algorithm on HBase

2009-06-15 Thread Ryan Rawson
; Thanks & Regards > Aseem Puri > Honeywell Technology Solutions Lab > Bangalore > > -Original Message- > From: Ryan Rawson [mailto:ryano...@gmail.com] > Sent: Tuesday, June 16, 2009 9:52 AM > To: hbase-user@hadoop.apache.org > Subject: Re: K-means clustering algo

RE: K-means clustering algorithm on HBase

2009-06-15 Thread Puri, Aseem
Puri Honeywell Technology Solutions Lab Bangalore -Original Message- From: Ryan Rawson [mailto:ryano...@gmail.com] Sent: Tuesday, June 16, 2009 9:52 AM To: hbase-user@hadoop.apache.org Subject: Re: K-means clustering algorithm on HBase I'm not sure what that is, but you can scan the

Re: K-means clustering algorithm on HBase

2009-06-15 Thread Ryan Rawson
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 wrote: > Hi > >I want to use K-means algorithm for clustering of HBase row > data with help of map reduce. I don

Re: K-means clustering algorithm on HBase

2009-06-15 Thread Andrew Purtell
I haven't heard of anyone doing this on HBase specifically, but the ASF Mahout project is building mapreduce formulations of various clustering, recommender, and other related machine learning and data mining algorithms: http://lucene.apache.org/mahout/ Hope that helps, - Andy (a Mahout