gpt4 book ai didi

elasticsearch - 使用 brew 安装 elasticsearch 1.1

转载 作者:行者123 更新时间:2023-11-29 02:43:49 25 4
gpt4 key购买 nike

当我使用 brew 安装 elasticsearch 时,它会自动默认为版本 0.90.5。有什么方法可以告诉 brew 安装版本 1.1

最佳答案

  • brew update 更新你的 brew
  • brew doctor 如果您想检查您的系统是否一切正常,则可选

然后:

  • brew upgrade elasticsearch 升级
  • brew install elasticsearch

最后brew info elasticsearch 来检查你的系统。我的情况:

$ brew info elasticsearch
elasticsearch: stable 1.1.0, HEAD
http://www.elasticsearch.org
/usr/local/Cellar/elasticsearch/1.0.0 (471 files, 78M)
Built from source
/usr/local/Cellar/elasticsearch/1.0.1 (363 files, 79M)
Built from source
/usr/local/Cellar/elasticsearch/1.1.0 (31 files, 21M) *
Built from source
From: https://github.com/Homebrew/homebrew/commits/master/Library/Formula/elasticsearch.rb
==> Caveats
Data: /usr/local/var/elasticsearch/elasticsearch_dionysis_lorentzos/
Logs: /usr/local/var/log/elasticsearch/elasticsearch_dionysis_lorentzos.log
Plugins: /usr/local/var/lib/elasticsearch/plugins/

To have launchd start elasticsearch at login:
ln -sfv /usr/local/opt/elasticsearch/*.plist ~/Library/LaunchAgents
Then to load elasticsearch now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist
Or, if you don't want/need launchctl, you can just run:
elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml

您有可能通过 LaunchAgents 运行 90.5 这意味着在用户登录时 ES 开始在后台运行。所以上面的内容应该是这样的:

launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.elasticsearch.plist

顺便说一句,我已经删除了那个文件。

然后运行并检查版本和IP:

$ elasticsearch --config=/usr/local/opt/elasticsearch/config/elasticsearch.yml
[2014-04-13 17:13:18,006][INFO ][node] [Archie Corrigan] version[1.1.0], pid[8108], build[2181e11/2014-03-25T15:59:51Z]
<<other lines here>>
[2014-04-13 17:13:27,269][INFO ][http ] [Archie Corrigan] bound_address {inet[/127.0.0.1:9200]}, publish_address {inet[/127.0.0.1:9200]}

如果您运行上面的命令并看到端口是 9201,这意味着您在您的 mac 中运行了两个 ES 实例。第二个实例尝试启动,但 9200 已经完成,因此 ES 尝试了下一个可用的 9201。您可能需要卸载第一个实例。

升级时需要复制配置。

我认为这就是您需要的有关 ES 和 brew 的全部内容。

关于elasticsearch - 使用 brew 安装 elasticsearch 1.1,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23034863/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com