Nope, it is something you deploy in your container like Tomcat. It's
nothing to do with Mahout or your web app directly.

MySQLDataModel does not depend on MySQL Connector directly, so you do
not need this dependency. It is simply an implementation which uses
MySQL-friendly SQL syntax.

2011/2/16 Daniel Mühlbachler <[email protected]>:
> Ok, so if I understand that correctly, I must copy the MySQL Connector/J
> into <mahout>/taste-web/lib, then make a mvn package and the connector
> should work? But the problem is my recommender class. For test purposes I
> just edited the grouplens example to make a MySQLDataModel instead of a
> FileDataModel but I can't compile this file because of the unsolved
> dependencies (mahout deps on my local environment via Eclipse, or MySQL
> Connector deps on my server (e.g. with overwriting the grouplens examples
> and compile the examples again)). Do you know a way to compile those source
> files without the need of those deps (it's a never ending circle :) )?
>

Reply via email to