I wish to integrate Elastic Search for my existing mysql database.So I want to index the dB.How shall I do this ? I didn’t get sufficient help from google.please help me
-
Can you provide some additional detail on what you've tried, what didn't work, why it didn't work, etc? When I Google "mysql to elasticsearch" I get scores of quality information.Matthew Boynes– Matthew Boynes2013-06-26 15:48:08 +00:00Commented Jun 26, 2013 at 15:48
-
@MatthewBoynes: I followed this tutorial github.com/jprante/elasticsearch-river-jdbc/wiki/Quickstart and at last im getting following error: "error" : "IndexMissingException[[jdbc] missing]", "status" : 404Puneeth P– Puneeth P2013-06-27 06:44:10 +00:00Commented Jun 27, 2013 at 6:44
Add a comment
|
1 Answer
If you're still stuck on this:
Are you sure you executed the 3rd step of the QuickStart ?
./bin/plugin --url http://bit.ly/10FJhEd -install river-jdbc
It installs the jdbc-river plugin and creates the jdbc index, which should fix the encountered error:
"error" : "IndexMissingException[[jdbc] missing]", "status" : 404