logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python012--python3.7在本地及虚拟机上的安装与配置

一,在Windows(母机)上的安装与配置python3.71,下载python3.72,安装python3.73,测试是否安装成功二,在虚拟机上的安装与配置python3.71,安装依赖2,xshell进行分屏并实现会话同步3,下载并上传Python-3.7.0.tgz1)从网盘下载Python-3.7.0.tgz到主机(Windows系统上)2)上传Python-3.7.0.tgz到虚拟机3)

#开发语言#python#linux +2
hadoop01--Hadoop伪分布式集群搭建

对虚拟机进行相应的创建用户名,修改主机名,安装并配置jdk,克隆虚拟机等操作。安装hadoop软件并配置haoop的环境,使用hdfs查看我们的分布式是否搭建完成。

#hadoop#分布式#大数据
解决004--Loading local data is disabled; this must be enabled on both the client and server sides问题及解决

Loading local data is disabled; this must be enabled on both the client and server sides

#mysql
hadoop02--zookeeper集群搭建

安装zookeeper需要保证自己的虚拟机上有jdk,因为我们的zookeeper其实是用Java来进行编写的,因此就需要有jdk环境.............................................................

#zookeeper#java
解决004--Loading local data is disabled; this must be enabled on both the client and server sides问题及解决

Loading local data is disabled; this must be enabled on both the client and server sides

#mysql
到底了