摘要: Centos 7 配置单机Hadoop 2018年10月11日 09:48:13 GT_Stone 阅读数:82 Centos 7 配置单机Hadoop 2018年10月11日 09:48:13 GT_Stone 阅读数:82 Centos 7 配置单机Hadoop Centos 7 配置单机Had 阅读全文
posted @ 2019-04-09 14:27 代码让自己变强 阅读(983) 评论(0) 推荐(0) 编辑
摘要: Centos7下安装配置elasticsearch 6.3.1 1)下载 Elasticsearch 6.3.1 地址:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.1.tar.gz 2)拷贝 拷贝到服务 阅读全文
posted @ 2019-04-09 14:25 代码让自己变强 阅读(638) 评论(0) 推荐(0) 编辑
摘要: CentOS 7.0默认使用的是firewall作为防火墙,之前版本是使用iptables。所以在CentOS 7执行下面命令是无法查看防火墙状态的。 [root@localhost ~]# service iptables statusRedirecting to /bin/systemctl s 阅读全文
posted @ 2019-04-09 14:24 代码让自己变强 阅读(918) 评论(0) 推荐(0) 编辑
摘要: 1.打开url选择jdk1.8下载http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 我选择linux x64版本: 2.下载wget http://download.oracle.c 阅读全文
posted @ 2019-04-09 11:28 代码让自己变强 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 笔记 本redis 密码 654321忘记密码:修改密码update user set authentication_string=password('123456') where user='root';systemctl restart mysqld.service 处理redis 修改密码 h 阅读全文
posted @ 2019-04-09 10:01 代码让自己变强 阅读(733) 评论(0) 推荐(0) 编辑