Hi, 

My problem statement is more or less similar. I hope your case is a
scheduled job.  Though I am interested in that, I want to be able to
execute clustering on demand too.  I saw some example where a
recommender servlet was used to trigger a recommender job. I could not
get more information on that. I don't know whether Hadoop parallel
computing capabilities can be harnessed. If you details on your
implementation, please share them. Thanks !!! 

Regards,
Anand.C

-----Original Message-----
From: Saikat Kanjilal [mailto:[email protected]] 
Sent: Thursday, May 10, 2012 8:30 PM
To: [email protected]
Subject: RE: How to run a mahout clustering job through a web service


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
> 
>  
> 
                                          

Reply via email to