jprante / elasticsearch-knapsack

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

2.1.0 support #91

Open cburkey opened 8 years ago

cburkey commented 8 years ago

Sorry to bother you with this.

Verifying http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0.0/elasticsearch-knapsack-2.0.0.0-plugin.zip checksums if available ... Downloading .DONE ERROR: Plugin [knapsack] is incompatible with Elasticsearch [2.1.0]. Was designed for version [2.0.0]

jprante commented 8 years ago

Knapsack 2.1.0.0 just released for ES 2.1.0

celumuser commented 8 years ago

Is there a way to make a release for ES 2.1.2 Knapsack 2.1.1 is not compatible with it.

jprante commented 8 years ago

I just pushed out Knapsack plugin version 2.1.2.0 for ES 2.1.2

You can also compile from source, no problem.

celumuser commented 8 years ago

Thanks a lot!

Actually, I did compile from source few hours before your response. At the beginning, I had some problems with gradle (2.12). Then I had to downgrade to 2.10 to get the build running. I ended up downgrading to the old release 2.1.1.0 and from there I've built my 2.1.2.0 package. Some of the unit tests were failing, So I wasn't sure if my build would work.

Any ways, thanks again for the suift response.

jprante commented 8 years ago

Would love to see the failed test output. Can you post them as a new Issue maybe?

Here, tests are passing on Mac OS X with Java 8 and gradle 2.12, but Travis builds fail with weird timeouts, so I like to blame Travis because of their resource limits.

celumuser commented 8 years ago

In my case the build was on Windows, and I strongly think it is the cause of the problem. Some test files could not be accessed and some URIs are not correctly resolved.

Sorry, I didn't have more time to look into the code and find the exact cause of the failing tests.

I've included the entire build log here: build.txt

jprante commented 8 years ago

Thank you, that's great help. I do not test on Windows.