課程
/云計(jì)算&大數(shù)據(jù)
/大數(shù)據(jù)
/ElasticSearch入門
我想問下老師。。為什么我啟動(dòng)三個(gè)es后 ?head中只顯示了一個(gè)master節(jié)點(diǎn)?
2018-03-26
源自:ElasticSearch入門 2-4
正在回答
[elastic@localhost local]$ curl http://127.0.0.1:9201/_cat/nodes
{"error":{"root_cause":[{"type":"master_not_discovered_exception","reason":null}],"type":"master_not_discovered_exception","reason":null},"status":503}
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts: ["ip"]
node.master: true
每個(gè)節(jié)點(diǎn)的 elasticsearch.yml 配置文件中 都應(yīng)加上以上配置
discovery.zen.minimum_master_nodes---節(jié)點(diǎn)總數(shù)/2+1 (3個(gè)的話寫2就行)
我也是
跟著配置了,我也只能看到一個(gè)master,還要配置啥
這個(gè)按照老師的操作,集群根本關(guān)聯(lián)不上,懷疑如果用蘋果筆記本,本地訪問,應(yīng)該沒問題
擇木
?紅圈為主節(jié)點(diǎn),其他為工作結(jié)點(diǎn),這是配置了集群,才可以看到這個(gè)效果。
Andy330
舉報(bào)
ElasticSearch輕松入門,Spring Boot集成ES
4 回答為什么集群三個(gè)啟動(dòng)header上只有一個(gè)主節(jié)點(diǎn)呢
7 回答slave啟動(dòng)后還是只顯示master,slave顯示不出來
4 回答啟動(dòng)elasticsearch-head 后臺(tái)啟動(dòng)
2 回答單機(jī)部署集群,為什么子節(jié)點(diǎn)啟動(dòng)的時(shí)候 master 會(huì)自動(dòng)殺死
1 回答后臺(tái)啟動(dòng)es -d報(bào)錯(cuò)
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2018-11-18
[elastic@localhost local]$ curl http://127.0.0.1:9201/_cat/nodes
{"error":{"root_cause":[{"type":"master_not_discovered_exception","reason":null}],"type":"master_not_discovered_exception","reason":null},"status":503}
2018-08-09
discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.unicast.hosts: ["ip"]
node.master: true
每個(gè)節(jié)點(diǎn)的 elasticsearch.yml 配置文件中 都應(yīng)加上以上配置
discovery.zen.minimum_master_nodes---節(jié)點(diǎn)總數(shù)/2+1 (3個(gè)的話寫2就行)
2018-06-16
我也是
2018-06-14
跟著配置了,我也只能看到一個(gè)master,還要配置啥
2018-06-12
這個(gè)按照老師的操作,集群根本關(guān)聯(lián)不上,懷疑如果用蘋果筆記本,本地訪問,應(yīng)該沒問題
2018-03-26
2018-03-26