摘要: Hadoop安装教程 1、准备工作1.1 安装三台CentOS7虚拟机hadoop-1是namenode,hadoop-2和hadoop-3都是datanode使用:ip addr查看并记住三台虚拟机所对应IP 1.2 修改主机名(root 权限 操作三台)[root@localhost ~]# h 阅读全文
posted @ 2021-07-23 17:36 ianCloud 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 参考官方文档:https://moosefs.com/download/#older 环境:IP hostname 系统192.168.3.23 node3 Centos7.2192.168.3.24 node4 Centos7.2192.168.3.25 node5 Centos7.2节点分布: 阅读全文
posted @ 2021-07-23 12:04 ianCloud 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 注:按照步骤一步步走,亲测成功先查看试验环境 [root@nmserver-7 html]# cat /etc/redhat-release CentOS release 7.3.1611 (AltArch) [root@nmserver-7 html]# uname -aLinux nmserve 阅读全文
posted @ 2021-07-23 11:22 ianCloud 阅读(101) 评论(0) 推荐(0) 编辑
摘要: CentOS7安装Memcached 三步曲 1.yum 安装 yum clean allyum -y updateyum -y install memcached 2.Memcached 运行 memcached -h//查看考号修改配置vim /etc/sysconfig/memcached内容 阅读全文
posted @ 2021-07-23 11:20 ianCloud 阅读(411) 评论(0) 推荐(0) 编辑
摘要: https://varnish-cache.org/ 官网下载安装包 (1).Varnish概述 Varnish是一款高性能的开源HTTP加速器,可以有效降低web服务器的负载,提升访问速度。根据官方的说法,Varnish是一个cache型的HTTP反向代理。 Varnish的作者Poul-Henn 阅读全文
posted @ 2021-07-23 10:10 ianCloud 阅读(104) 评论(0) 推荐(0) 编辑