【发布时间】:2016-02-05 22:53:33
【问题描述】:
我开始使用 Elasticsearch 2.0。我有一个 Elasticsearch 插件,但无法在新版本 2.0 上安装它。它给出了一个错误:
/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
我该如何解决?
【问题讨论】:
-
你能提供你正在使用的命令行吗?
-
/Downloads/elasticsearch-2.0.0/bin$ ./plugin install file:///home/fatih/Downloads/myftptest/zemberekplugin.zip -> 从文件安装:/home/fatih/下载/myftptest/zemberekplugin.zip... 正在尝试文件:/home/fatih/Downloads/myftptest/zemberekplugin.zip ... 正在下载.......DONE 验证文件:/home/fatih/Downloads/myftptest/zemberekplugin .zip 校验和(如果可用)... 注意:无法验证下载插件的校验和(无法找到要验证的 .sha1 或 .md5 文件)错误:在插件 zip 中找不到插件描述符“plugin-descriptor.properties”
-
插件在 1.7.2 版本中运行良好
-
最好用信息更新您的问题,这样更清晰。
-
更新了问题
标签: elasticsearch elasticsearch-plugin elasticsearch-2.0