Exposing Mahout recommender as a web service

2013-12-09 Thread Ahmed Kamal
Hi all , Greetings, I'm building an asp.net application that should recommend items to users. I decided to use Mahout for its popularity but I now want to expose Mahout recommender as a web service so I can use it in my web app or any mobile apps that could be developed later. In

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Andrew Musselman
From that link on Recommender+Documentation it appears it should be straightforward to get the movielens dataset and start up an example recommender with `mvn jetty:run` However I got a missing plugin error when I tried it out that indicates we don't have Jetty configured properly to run:

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Angelo Immediata
Hi I guess you have to write your own Web Services by defining a custom WSDL that is able in collecting all the necessary configuration parameters for mahout and the recommender functionality Angelo 2013/12/9 Ahmed Kamal a.abdelfa...@live.com Hi all , Greetings, I'm building an

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Ahmed Kamal
I ‘m using Windows , that’s why I can’t try this example until now. From: Andrew Musselman Sent: ‎Monday‎, ‎December‎ ‎9‎, ‎2013 ‎6‎:‎35‎ ‎PM To: user@mahout.apache.org From that link on Recommender+Documentation it appears it should be straightforward to get the movielens dataset

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Andrew Musselman
I'd recommend getting some kind of Linux environment to run this stuff, either on AWS or in a VirtualBox(or VMWare) container. On Mon, Dec 9, 2013 at 8:52 AM, Ahmed Kamal a.abdelfa...@live.com wrote: I ‘m using Windows , that’s why I can’t try this example until now. From: Andrew

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Ahmed Kamal
Ok , I will do that. Concerning the issue you face , what should be done to solve it ? Sent from Windows Mail From: Andrew Musselman Sent: ‎Monday‎, ‎December‎ ‎9‎, ‎2013 ‎7‎:‎13‎ ‎PM To: user@mahout.apache.org I'd recommend getting some kind of Linux environment to run this

Re: Exposing Mahout recommender as a web service

2013-12-09 Thread Andrew Musselman
I don't know; looks like it may be a bug people have been working around for a while: http://mail-archives.apache.org/mod_mbox/mahout-user/201307.mbox/%3c51efda6d.8060...@corp.terra.com.br%3E On Mon, Dec 9, 2013 at 9:21 AM, Ahmed Kamal a.abdelfa...@live.com wrote: Ok , I will do that.

Re: Mahout and Hadoop 2.2.0

2013-12-09 Thread Hi There
Is Dec 2013 still the intended release date of the next mahout release that will be compatible with Hadoop 2.2.0? On Thursday, November 21, 2013 12:36 PM, Suneel Marthi suneel_mar...@yahoo.com wrote: Targeted for Dec 2013. On Thursday, November 21, 2013 3:26 PM, Hi There

Re: Mahout and Hadoop 2.2.0

2013-12-09 Thread Gokhan Capan
Mahout actually should work with hadoop-2 stable without recompiling, not with hadoop-2 alpha though. We're, by the way, currently in the process of adding support to build mahout with hadoop-2. Please see mahout-1354 for the relevant issue Sent from my iPhone On Dec 9, 2013, at 19:54, Hi

Re: Mahout and Hadoop 2.2.0

2013-12-09 Thread Hi There
Hi Gokhan, My project currently fetches every dependency through Maven--is there any way I can grab the version you mentioned that way? In that vein, I am using the following version of hadoop: dependency     groupIdorg.apache.hadoop/groupId     artifactIdhadoop-client/artifactId