RE: integrating databases

2012-04-30 Thread Amrhal Lelasm
SQL just works, but you'll find out. > > On Mon, Apr 30, 2012 at 2:36 AM, Amrhal Lelasm wrote: > > > > I had a nice week playing with the Mahout CF Libray and its > > MySQLJDBCDataModel to get the input data from a database. > > But then this idea occurred

integrating databases

2012-04-29 Thread Amrhal Lelasm
I had a nice week playing with the Mahout CF Libray and its MySQLJDBCDataModel to get the input data from a database. But then this idea occurred to me. I have another sever with similar data sets, which is running another database server, Oracle, namely. I'm wondering how I can combine thes

MySQLjDBCDataModel with JNDI

2012-04-22 Thread Amrhal Lelasm
Hi, I've been playing with Mahout for a while and I'm now trying to use a preference data from a database. So far I've been running Mahout using ant as a normal java application outside of any web container. My question is, if I can use JNDI to connect to the database in this scenario? From