Installing the ICU analysis 7.3.1. for Elastic Search 7.3.1 unfortunately I am getting a java error
.C:\Program Files\Elastic\Elasticsearch\7.3.1\bin>elasticsearch-plugin.bat instal
l path\analysis-icu-7.3.1.zip
-> Downloading path\analysis-icu-7.3.1.zip
Exception in thread "main" java.net.MalformedURLException: unknown protocol: c
at java.base/java.net.URL.(URL.java:652)
at java.base/java.net.URL.(URL.java:541)
at java.base/java.net.URL.(URL.java:488)
at org.elasticsearch.plugins.InstallPluginCommand.downloadZip(InstallPlu
ginCommand.java:375)
at org.elasticsearch.plugins.InstallPluginCommand.download(InstallPlugin
Command.java:278)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginC
ommand.java:229)
at org.elasticsearch.plugins.InstallPluginCommand.execute(InstallPluginC
ommand.java:216)
at org.elasticsearch.cli.EnvironmentAwareCommand.execute(EnvironmentAwar
eCommand.java:86)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:1
24)
at org.elasticsearch.cli.MultiCommand.execute(MultiCommand.java:77)
at org.elasticsearch.cli.Command.mainWithoutErrorHandling(Command.java:1
24)
at org.elasticsearch.cli.Command.main(Command.java:90)
at org.elasticsearch.plugins.PluginCli.main(PluginCli.java:47)
please do not put screenshots in here, and properly format your code snippets. This forums supports markdown, please make use of it. Thanks!
You have to specify a URL when installing a plugin. If the plugin is stored locally already, you can use file:// as a prefix. That said, running elasticsearch-plugin install analysis-icu should work out of the box, if you have an internet connection.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.