jprante / elasticsearch-knapsack

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

Installing 2.0.0.0 via local zip: Could not find plugin descriptor 'plugin-descriptor.properties' #88

Closed kylesheely closed 9 years ago

kylesheely commented 9 years ago

When I try to install 2.0.0.0 I get:

ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip

I tried copying plugin-descriptor.properties to the root level of the zip but I still get the error.

jprante commented 9 years ago

Maybe you did not download the right file.

It works:

Jorg-Prantes-MacBook-Pro:elasticsearch-2.0.0 joerg$ bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0.0/elasticsearch-knapsack-2.0.0.0-plugin.zip
-> Installing from http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0.0/elasticsearch-knapsack-2.0.0.0-plugin.zip...
Trying http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.0.0.0/elasticsearch-knapsack-2.0.0.0-plugin.zip ...
Downloading ....................................................................................................................................................DONE
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
Installed knapsack into /Users/es/elasticsearch-2.0.0/plugins/knapsack
kylesheely commented 9 years ago

Indeed it must have been the wrong file. Used the above and it installed correctly, thanks.