91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

centos7環境部署ES集群(3節點)

發布時間:2020-04-25 01:46:20 來源:網絡 閱讀:314 作者:aiqinghai18596 欄目:系統運維

此文檔針對es在centos7環境3節點部署,3節點ip分別為:172.16.10.102.172.16.10.103,172.16.10.104
一、增加host
每個節點下增加host配置
172.16.10.102 HadoopMaster
172.16.10.103 HadoopSlave1
172.16.10.104 HadoopSlave2
二、然后下載es安裝包
cd /opt wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.4.0.tar.gz
三、解壓es安裝包
tar -zxvf elasticsearch-6.4.0.tar.gz
四、編輯es配置文件(master配置如下,其他2個slave修改node.master:false即可)
vim config/elasticsearch.yml
network.host: 0.0.0.0
discovery.zen.ping_timeout: 120s
client.transport.ping_timeout: 60s
discovery.zen.ping.unicast.hosts: ["172.16.10.102","172.16.10.103", "172.16.10.104"]
cluster.name: escluster
node.name: HadoopMaster
path.data: /opt/elasticsearch-6.4.0/data
path.logs: /opt/elasticsearch-6.4.0/datalog
node.master: true
node.data: true
node.attr.rack: r1
bootstrap.memory_lock: true
bootstrap.system_call_filter: false
http.port: 9200
http.cors.enabled: true
http.cors.allow-origin: "*"
五、修改系統參數
vim /etc/security/limits.conf
新增

  • soft nofile 65536
  • hard nofile 65536
  • soft nproc 65536
  • hard nproc 65536
  • soft memlock unlimited
  • hard memlock unlimited
    vim /etc/sysctl.conf
    新增
    vm.max_map_count=655360
    然后重新加載系統參數
    sysctl -p
    六、使用es用戶啟動
    groupadd es
    useradd es -g es-p elasticsearch-6.4.0
    chown -R es:es elasticsearch-6.4.0
    su es
    ./elasticsearch -d
    七、安裝head
    在隨意個文件夾下 git clone git://github.com/mobz/elasticsearch-head.git

安裝nodejs環境

yum -y install nodejs
cd elasticsearch-head/
npm install

npm install -g grunt-cli
grunt server &
Open http://localhost:9100
(如果提示報錯phantomjs-prebuilt@2.1.16 install: node install.js
npm install phantomjs-prebuilt@2.1.16 --ignore-scripts 即可
重新啟動es程序。
打開網頁:http://172.16.10.102:9100(如果head的9200連接不上,檢查配置文件的http.cors.enabled: true
http.cors.allow-origin: "*" 是否配置)

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

英德市| 卢湾区| 浮山县| 米林县| 扶余县| 金沙县| 三原县| 长沙县| SHOW| 双柏县| 嘉禾县| 塔河县| 读书| 铜陵市| 安顺市| 婺源县| 大足县| 来凤县| 英吉沙县| 烟台市| 江门市| 中宁县| 本溪| 白城市| 七台河市| 萝北县| 延庆县| 天气| 桃园市| 乌海市| 墨玉县| 北海市| 枞阳县| 玉龙| 射洪县| 洞头县| 苏尼特左旗| 衡水市| 客服| 龙口市| 奎屯市|