elasticsearch-langdetect
elasticsearch-langdetect copied to clipboard
Could not find plugin descriptor 'plugin-descriptor.properties'
Hi.
When I try to install this plugin on ES2.3.3, It complains. :(
$ ./bin/plugin install https://github.com/jprante/elasticsearch-langdetect/archive/2.3.3.0.tar.gz
-> Installing from https://github.com/jprante/elasticsearch-langdetect/archive/2.3.3.0.tar.gz...
Trying https://github.com/jprante/elasticsearch-langdetect/archive/2.3.3.0.tar.gz ...
Downloading ...................................................DONE
Verifying https://github.com/jprante/elasticsearch-langdetect/archive/2.3.3.0.tar.gz 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
So, I extracted the tar and find plugin-descriptor.properties. It exists.
$ wget https://github.com/jprante/elasticsearch-langdetect/archive/2.3.3.0.tar.gz
$ tar zxvf 2.3.3.0.tar.gz
$ find ./ -name plugin-descriptor.properties
./src/main/templates/plugin-descriptor.properties
Do I miss something?
Hi,
I also tried installing the latest version but the zip behind the download link doesn't seem to exist.
This is a dead link: https://github.com/jprante/elasticsearch-langdetect/releases/download/2.3.3.0/elasticsearch-langdetect-2.3.3.0-plugin.zip
+1 having the same problem as @jeesim2 with an ES 2.3.3 install.
Please try this URL
http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.3.3.0/elasticsearch-langdetect-2.3.3.0-plugin.zip
Thanks @jprante this worked for for us.