I have solrcloud installation running on 3 machines where I would like to
import data from mysql. Unfortunatelly the import failes due to the missing
jdbc connector.

My guess is, that I am having trouble with the right directory.

solrconfig.xml:

  <lib dir="${solr.install.dir:../../..}/dist/"
regex="solr-dataimporthandler-.*\.jar" />

file location:

node1:/opt/solr-5.2.1/dist/mysql-connector-java-5.1.36-bin.jar

error message:


Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException:
org.apache.solr.handler.dataimport.DataImportHandlerException: Could not
load driver: com.mysql.jdbc.Driver Processing Document # 1

How many directories do I have to go up inside the config "../... " ?

The config is uploaded OK within zookeeper and solr has been restarted.

Thank you for any help on this!

Reply via email to