-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global cached lookups / java.sql.SQLException: No suitable driver found for jdbc #3770
Comments
Related to #2345 If adding the SQL driver jars to the application classpath fixes things, then the documentation should be updated to reflect this until a "proper" fix is in place. |
I personnally fixed the issue with postgres here. I haven't tested it, but I bet I could remove the manual driver registration and simply implement the connection factory in the main thread. |
Please update the documentation for lookups:regarding jdbc lookups!It would help others :) |
This works around issue apache#3770 apache#3770 Signed-off-by: Don Bowman <don@agilicus.com>
* Add docker container for druid This container is an 'omnibus' (since there is such a high overlap with the various services). It includes all contrib extension as well as the msql connector. It is intended to be run as `docker run NAME SERVICE` (e.g. docker run druid:latest broker) * Add Apache license header * Resolve issues from Pull Request review * Add comments at top of script per PR comments * Revert BUILDKIT. Not available everywhere. * Don't set hostname, allow default (IP) Some environments (e.g. Kubernetes Deployments) don't resolve hostname to IP. * Switch to amd64 glibc-based busybox from 32-bit uclibc * Override service-specific configuration * Replace MAINTAINER w/ LABEL * Add mysql connector to application classpath This works around issue #3770 #3770 * Add docker-compose and sample environment Signed-off-by: Don Bowman <don@agilicus.com>
This works around issue apache#3770 apache#3770 Signed-off-by: Don Bowman <don@agilicus.com>
This issue has been marked as stale due to 280 days of inactivity. |
This issue has been closed due to lack of activity. If you think that |
Hello,
as described on https://groups.google.com/forum/#!topic/druid-user/c0iQVkDFToE , I had a problem with druid (0.9.2) not loading lookups from a mysql database.
as a temporary fix, I copied mysql-connector-java-5.1.38.jar from the mysql-metadata-storage extension to lib directory.
The text was updated successfully, but these errors were encountered: