medcl / elasticsearch-rtf

elasticsearch中文发行版,针对中文集成了相关插件,方便新手学习测试.
Apache License 2.0
2.67k stars 715 forks source link

plugin error #57

Closed marvin520 closed 7 years ago

marvin520 commented 7 years ago

Exception in thread "main" java.nio.file.FileSystemException: /opt/elasticsearch/plugins/.DS_Store/plugin-descriptor.properties: 不是目录

medcl commented 7 years ago

.DS_Store是多余的目录,需要删一下

medcl commented 7 years ago

看了一下,仓库里面应该是没有的,应该是你本地自己产生的,建议自己手动删除 find . -name ".DS_Store" -depth -exec rm {} \; mac 禁产生这个文件的方法

defaults write com.apple.desktopservices DSDontWriteNetworkStores true