摘要:
1、修改hosts 2、解压 jdk,添加环境变量 3、解压 zookeeper ,修改 配置 4、启动集群 分别启动3台机器中的zookeeper,只有当多数节点启动成功的时候,集群成功启动,否则查看单节点都是显示 not running 5、当集群中多数节点启动完成后,查看状态 6、小技巧:集群 阅读全文
2018年4月19日 #
摘要:
CentOS 7 默认使用的是firewall作为防火墙,使用iptables必须重新设置一下1、关闭防火墙systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firewall开机启动 阅读全文