前提:虚拟机可以上网,hadoop集群搭建成功并且启动。注意:每行代码所执行的路径。一、安装MySQL1、在线安装MySQLyuminstallmysql-server安装完成2、启动MySQL服务servicemysqldstart3、设置MySQLroot用户密码(1)、默认没有密码,所以直接进入MySQL按回车即可。(2)、输入命令设置root密码setpasswordforroot@loc
分类:
其他好文 时间:
2019-10-18 15:40:53
阅读次数:
113
1 安装前准备 Oracle JDK 8 MySQL数据库,具体可参考Centos6.9安装MySQL5.6 SonarQube7.6,Community Edition版本下载地址:https://binaries.sonarsource.com/Distribution/sonarqube/so ...
分类:
其他好文 时间:
2019-10-16 23:42:04
阅读次数:
225
一、CURL查看已开启的ES es5.5:elasticsearch-5.5.2.tar.gz下载,百度云地址 https://pan.baidu.com/s/17oFOQlePLtUhhJHxEPRBcg 提取码 7x82 curl -XGET 192.168.56.60:9200 number表 ...
分类:
其他好文 时间:
2019-10-11 12:27:16
阅读次数:
200
```
yum install epel-release
# 安装python34
yum --disablerepo="*" --enablerepo="epel" install python34 curl -O https://bootstrap.pypa.io/get-pip.py
# 安装... ...
分类:
编程语言 时间:
2019-10-09 21:18:48
阅读次数:
91
centos6安装vnc yum安装 `yum groupinstall y "Desktop" yum install y tigervnc server tigervnc server module` 安装这两个yum就够了,装第一个 的时候可能会遇到缺少相关库等等,把镜像源替换成阿里云的就可以 ...
分类:
其他好文 时间:
2019-09-12 21:29:52
阅读次数:
94
系统环境:Centos 6.10 64位操作系统 1、更改release文件 #vim /etc/redhat-release 原来的注释掉,添加一行,原因是oracle只针对Redhat上发布 更改host #vim /etc/hosts 2、查看开启的资源库 #yum repolist 非必须步 ...
分类:
数据库 时间:
2019-09-06 22:54:16
阅读次数:
120
1、升级内核:yum install -y epel-release2、安装Docker:yum install -y docker-io说明:从前当CentOS6.5 安装Docker报错No package docker available时我们只需要做一步yum install epel-re ...
分类:
其他好文 时间:
2019-09-06 16:05:03
阅读次数:
115
笔者在centos6.5安装python3.7碰到此问题,安装好以后,执行python3.7命令行,importssl出现错误ImportError:Nomodulenamed_ssl。该错误表现在pipinstall时会报pipisconfiguredwithlocationsthatrequireTLS/SSL,howeverthesslmoduleinPythonisnotavailable
分类:
编程语言 时间:
2019-09-04 16:27:44
阅读次数:
326
1、下载python3 2、解压 先建一个编译目录: Python3.7版本需要一个新的包libffi-devel,安装此包之后再次进行编译安装即可。 然后编译、安装: 建立软链接: 查看版本: 安装结束! ...
分类:
编程语言 时间:
2019-09-03 13:34:07
阅读次数:
99