I started using Elasticsearch 2.0. I have a plugin for Elasticsearch, but I can not install it on the new version 2.0. This gives an error:
/Downloads/elasticsearch-2.0.0/bin$ ./plugin install file:///home/fatih/Downloads/myftptest/zemberekplugin.zip
-> Installing from file:/home/fatih/Downloads/myftptest/zemberekplugin.zip...
Trying file:/home/fatih/Downloads/myftptest/zemberekplugin.zip ...
Downloading .......DONE
Verifying file:/home/fatih/Downloads/myftptest/zemberekplugin.zip checksums if available ...
NOTE: Unable to verify checksum for downloaded plugin (unable to find .sha1 or .md5 file to verify)
ERROR: Could not find plugin descriptor 'plugin-descriptor.properties' in plugin zip
How can i fix this?
source
share