Hi Anad,We're doing something similar, kmeans should in general run asynchronously and dump data into a low latency database (something similar to cassandra) that your web application can then query and return results, so in a nutshell you will have a real time component that serves up the results of clustering and an offfline component that computes your kmeans clusters. Let me know if you want deeper details. Regards
> Subject: How to run a mahout clustering job through a web service > Date: Thu, 10 May 2012 12:03:12 +0530 > From: [email protected] > To: [email protected] > > Hi, > > > > I would like to run KMeans clustering job from a web application. So I > want the Mahout jobs to be exposed as a web service or at least HTTP > servlet. Is it possible? Any suggestions? > > > > Regards, > > Anand.C > > >
