jprante / elasticsearch-knapsack

Knapsack plugin is an import/export tool for Elasticsearch
Apache License 2.0
472 stars 77 forks source link

Error when exporting from Elasticsearch 0.90.10 #35

Closed jasonmotylinski closed 10 years ago

jasonmotylinski commented 10 years ago

Hello! I'm receiving the following error when running knapsack on a fresh install of Elasticsearch 0.90.10:

{"error":"IncompatibleClassChangeError[Found class org.elasticsearch.rest.RestRequest, but interface was expected]","status":500}

Steps to reproduce:

  1. Install Elasticsearch 0.90.10
  2. curl -XPUT localhost:9200/test/test/1 -d '{"key":"value 1"}'
  3. curl -XPUT localhost:9200/test/test/2 -d '{"key":"value 2"}'
  4. curl -XPOST localhost:9200/test/test/_export
  5. Error from above is thrown

Any help would be appreciated.

Thanks!

jprante commented 10 years ago

Thanks.

0.90.10 is incompatible to 0.90.9, I have to update the plugin, which will happen asap.

jasonmotylinski commented 10 years ago

Awesome. Thank you.

jprante commented 10 years ago

Knapsack plugin 0.90.10.1 released.