Hi, I found this toolkit http://code.google.com/p/hadoop-toolkit/
I think it allows monitoring mostly. I wanted some kind of a framework which will allow submitting jobs, tracking jobs and browsing tasks. Please let me know if there is any such framework. Meantime, I am exploring Hue to see whether it fits my needs. Regards, Anand.C -----Original Message----- From: Lance Norskog [mailto:[email protected]] Sent: Friday, May 11, 2012 2:36 PM To: [email protected] Subject: Re: How to run a mahout clustering job through a web service The recommender servlet in the examples ran (is it still there?) an online recommender, not the Hadoop recommender. "Mahout as a web service" is not a Mahout problem. You want a toolkit for scheduling and monitoring Hadoop jobs on clusters. There are a few of these. Once you have this, you can run Mahout on the cluster. On Thu, May 10, 2012 at 8:22 PM, Chandra Mohan, Ananda Vel Murugan <[email protected]> wrote: > 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 >> >> >> > -- Lance Norskog [email protected]
