Hi,
Please help me.
Can someone help me in executing below points 4,5 and 6 for JDBC driver.
System details:
Centos 6.7 64 bit
Elastcseach 2.1.1
Marvel 2.1.1
Kibana 4.3.1
I have Sense editor
1.download the JDBC importer distribution
Completed
2.unpack
unzip elasticsearch-jdbc-2.1.1.2-dist.zip
Completed
3.go to the unpacked directory (we call it $JDBC_IMPORTER_HOME) cd elasticsearch-jdbc-2.1.1.2
Completed
4.if you do not find the JDBC driver jar in the lib directory, download
it from your vendor's site and put the driver jar into the lib folder
I download mysql connector-java-5.0.8
and pasted into the /lib directory. Is it true?
5.modify script in the bin directory to your needs (Elasticsearch cluster address)
Can you please elaborate this point.
6.run script with a command that starts org.xbib.tools.JDBCImporter with the lib directory on the classpath
Can you please elaborate this point.