摘要: " 原地址参考github " 一、环境准备(在全部设备上进行) 3 台 centos7.5 服务器,网络使用 Calico。 |IP地址|节点角色|CPU|内存|Hostname| | | | | | | |10.0.1.45|master|2c|4G|k8s master| |10.0.1.20 阅读全文
posted @ 2019-07-31 14:21 boy215 阅读(547) 评论(0) 推荐(0) 编辑
摘要: 修改hosts 创建用户 sudo授权 切换用户 下载解压 创建工作目录 添加环境变量 修改配置文件 格式化hdfs 启动hdfs/ Yarn 查看启动状态 浏览器查看 [http://mo.don.com:9870]: [http://mo.don.com:8088]: [http://mo.do 阅读全文
posted @ 2019-06-14 11:58 boy215 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 安装node 添加环境变量 cat /etc/profile 阅读全文
posted @ 2019-05-07 14:10 boy215 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 之前安装过docker 卸载 用国内阿里云安装 阅读全文
posted @ 2019-04-04 09:10 boy215 阅读(323) 评论(0) 推荐(0) 编辑
摘要: jdk安装1.8版本,es、ls、ik、kibana版本一致我这里使用的6.6.2版本 安装es tar xf elasticsearch 6.6.2.tar.gz mv elasticsearch 6.6.2 /home/heron/elasticsearch 使用普通用户启动 chown R h 阅读全文
posted @ 2019-04-02 11:16 boy215 阅读(320) 评论(0) 推荐(0) 编辑
摘要: APP02安装 rsync服务端 yum install rsync vim /etc/rsyncd.conf cat /etc/rsyncd.secrets 两台服务器密码文件的权限设置为600 heron:RD18v1Fx831AIrROo 启动并设置开机自启动 systemctl start 阅读全文
posted @ 2019-04-02 11:13 boy215 阅读(296) 评论(0) 推荐(0) 编辑
摘要: ``` 安装supervisor cd /root/tools/ wget http://pnxcvm0bq.bkt.clouddn.com/get pip.py python get pip.py pip install supervisor mkdir /home/heron/superviso 阅读全文
posted @ 2019-03-07 11:51 boy215 阅读(200) 评论(0) 推荐(0) 编辑
摘要: ``` cd /root/tools wget http://pnxcvm0bq.bkt.clouddn.com/redis-4.0.9.tar.gz tar -zxvf redis-4.0.9.tar.gz mkdir -p /home/heron/redis-cluster/redis-6379 cd redis-4.0.9 make PREFIX=/home/heron/red... 阅读全文
posted @ 2019-03-07 11:49 boy215 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 安装前提:1、数据库主从关系要做好;2、授权用户登录要做好;3、mysql最大连接数设置好,不然会报连接错误;4、版本最好是5.6以上。 1、安装依赖 yum install cmake gcc glib2 devel flex libevent devel mysql devel gperftoo 阅读全文
posted @ 2018-11-19 14:05 boy215 阅读(925) 评论(0) 推荐(0) 编辑
摘要: 安装mongodb,基于端口的安装三个节点 下载安装MongoDB安装包 修改配置文件 supervisor启动,supervisor只能启动前台程序,注意配置文件不要后台启动。 创建集群 设置备份 0 7 mongodump host 172.17.0.3 port 27018 u mytest 阅读全文
posted @ 2018-08-07 11:17 boy215 阅读(362) 评论(0) 推荐(0) 编辑