es 安装。m1

es 安装。m1,第1张

es 安装。m1

es 运行基于java 所以要事先安装java ,
我安装的是java 17
安装完成
java -version 查看java安装是否成功

然后安装

brew install elastic/tap/elasticsearch-full

启动

brew services start elastic/tap/elasticsearch-full

或者直接开外网去官网下载也行,

坑:
开始我使用

brew install elasticsearch 

下载 ,,应该是m1的原因
结果报

Warning: elasticsearch has been deprecated because it is switching to an incompatible license. Check out `opensearch` instead!
Error: elasticsearch: no bottle available!
You can try to install from source with:
  brew install --build-from-source elasticsearch
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

然后我使用.

brew install opensearch 

还是不行

brew install --build-from-source elasticsearch

会构建失败 ,,
还是不行,所以我就翻到了大佬的博客 。
remake 一下

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5575458.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-15
下一篇 2022-12-14

发表评论

登录后才能评论

评论列表(0条)

保存