duydo/elasticsearch-analysis-vietnamese

Cannot install Plugin elasticsearch-analysis-vietnamese version 7.12

newgate1999 opened this issue · 2 comments

Hi all,
I want to add this plugin to elasticseach version 7.12.0. I changed the version in pom file and build project. Then I copied the jar file and compressed it into a zip file. but when installing the plugin it always gives this error. I don't know if I did it right.

sudo bin/elasticsearch-plugin install /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip
-> Installing /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip
-> Failed installing /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip
-> Rolling back /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip
-> Rolled back /usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip
A tool for managing installed elasticsearch plugins

I hope to hear from you soon.
Regard,

duydo commented

@newgate1999 Your installation command is missing a prefix file:// in plugin path:
sudo bin/elasticsearch-plugin install file:///usr/share/elasticsearch/elasticsearch-analysis-vietnamese-7.12.zip

thanks for your reply. I'm resolved problem.