jprante / elasticsearch-jdbc

JDBC importer for Elasticsearch
Apache License 2.0
2.84k stars 710 forks source link

Samples in the bin-directory use JDBCFeeder, but should probably use JDBCImporter now #633

Open centic9 opened 9 years ago

centic9 commented 9 years ago

See e.g. https://github.com/jprante/elasticsearch-jdbc/blob/master/bin/mysql-metawiki.sh, it tries to use JDBCFeeder, which is not available any more, this should likely be changed to JDBCImporter.

See also http://stackoverflow.com/questions/32062195/elasticsearch-jdbc-initial-setup-classnotfoundexception-jdbcfeeder where this is also discussed.

jprante commented 9 years ago

Yes, there was a mistake when I merged branches. The files with JDBCFeeder should be ignored.