上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页
摘要: 一 安装 安装docker:https://www.cnblogs.com/barneywill/p/10343091.html安装mesos:https://www.cnblogs.com/barneywill/p/10324348.html安装marathon:https://www.cnblo 阅读全文
posted @ 2019-02-16 02:51 匠人先生 阅读(933) 评论(0) 推荐(1)
摘要: mesos agent启动失败,报错如下: Feb 15 22:03:18 server1.bj mesos-slave[1190]: E0215 22:03:18.622994 1192 slave.cpp:7311] EXIT with status 1: Failed to perform r 阅读全文
posted @ 2019-02-15 22:24 匠人先生 阅读(852) 评论(0) 推荐(0)
摘要: marathon 1.6.322 官方:https://mesosphere.github.io/marathon/ 一 简介 Marathon is a production-grade container orchestration platform for Mesosphere’s Datac 阅读全文
posted @ 2019-02-15 19:17 匠人先生 阅读(1499) 评论(0) 推荐(0)
摘要: 集群中有一台datanode一直启动报错如下: java.net.BindException: Problem binding to [$server1:50020] java.net.BindException: Address already in use; For more details s 阅读全文
posted @ 2019-02-15 17:12 匠人先生 阅读(1082) 评论(0) 推荐(1)
摘要: CM/CDH 5.16.1 CM官方:https://www.cloudera.com/products/product-components/cloudera-manager.html CDH官方:https://www.cloudera.com/products/open-source/apac 阅读全文
posted @ 2019-02-15 17:08 匠人先生 阅读(1730) 评论(0) 推荐(0)
摘要: redis 5.0.3 官方:https://redis.io/ 一 简介 Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message br 阅读全文
posted @ 2019-02-15 11:43 匠人先生 阅读(243) 评论(0) 推荐(1)
摘要: 首先查看系统版本号,然后根据版本号从 CentOS-7-x86_64-DVD-1708.iso 和 CentOS-7-x86_64-Everything-1708.iso 根据需要选择一个下载,我这里是7.4.1708 # cat /etc/redhat-release CentOS Linux r 阅读全文
posted @ 2019-02-15 10:29 匠人先生 阅读(527) 评论(0) 推荐(1)
摘要: zabbix 4 官方:https://www.zabbix.com/ 一 简介 Monitor anythingSolutions for any kind of IT infrastructure, services, applications, resources 监控一切 Enterpris 阅读全文
posted @ 2019-02-15 00:37 匠人先生 阅读(1203) 评论(0) 推荐(1)
摘要: ctop类似于top,top监控的是进程,ctop监控的是容器(container top) 安装 # wget https://github.com/bcicen/ctop/releases/download/v0.4.1/ctop-0.4.1-linux-amd64 -O ctop# mv ct 阅读全文
posted @ 2019-02-14 23:04 匠人先生 阅读(1502) 评论(0) 推荐(1)
摘要: 通过docker可以从头开始构建集群,也可以将现有集群(配置以及数据)平滑的迁移到docker部署; 1 docker部署zookeeper # usermod -G docker zookeeper# mkdir /data# chown zookeeper.zookeeper /data# ec 阅读全文
posted @ 2019-02-14 16:00 匠人先生 阅读(654) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页