Hi Owen, is it possible to connect mahout with heterogeneous (parallel database)? Is there some connector which could facilitate these?
thanks in advance. -Rizki- On Thu, Jul 19, 2012 at 5:56 AM, Sean Owen <[email protected]> wrote: > Unless your data set is tiny, like 100K records or less, it is not going to > be feasible to run recommendations off the database directly. It's just too > data intensive. You need to read into memory to make real-time recs. Check > out ReloadFromJDBCDataModel. >
