Does the recommender engine spawn any threads anywhere inside? AppEngine is pretty strict about a lot of weird little things (touching System.*, trying to create threads, writing to the filesystem, open a socket, etc...). It might work fine, but I would not be surprised if it didn't.
-jake On Tue, Oct 20, 2009 at 11:22 AM, Sean Owen <[email protected]> wrote: > Actually the recommender engine is at the moment primarily not > Hadoop-based. I don't know of any reason it would not run on AppEngine > -- it's pretty straightforward Java code with few dependencies. I have > never tried it, but, should work fine. > > If you try it and have any trouble let me know. It probably isn't hard > to address. > > On Tue, Oct 20, 2009 at 7:18 PM, Niraj Juneja > <[email protected]> wrote: > > Is there an implementation of Taste Collaborative Filter for AppEngine > (java > > or python). Is there anyone working on it OR any attempt to port it. > > I do understand that mahout is hadoop based and AppEngine is out of the > > line. > > > > Niraj > > >
