logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

centos7 hadoop+hive 安装

准备四台虚拟机虚拟机安装1.创建新虚拟机2.点击典型安装(推荐)3.选择中文,点击自己分区# 分区配置(JD使用)/boot 200Mswap 512M# 本机内存不够用了,用swap/ # 根目录4.配置其它,如下图更新yumyum install update -y四台主机的ip一主三从172.20.10.9密码:hadoop01对应的虚拟机 had...

#hadoop
下载Vue模板

1.进node的官网,下载node,下载完成之后,一路next安装2.在桌面处,shift+右键,点击“在此处打开命令行窗口”3.在输入node -v ,查看版本号,如果显示版本号,表示安装成功4.安装node的同时会自带npm,5.安装vue的自动化工具,全局安装 vue-clinpm install --global vue-cli,可以写成npm install...

Docker镜像加速和本地私有仓库

Docker镜像加速# 在/etc/docker/daemon.json 中写入如下内容(如果文件不存在请新建该文件){"registry-mirrors": ["https://dockerhub.azk8s.cn","https://reg-mirror.qiniu.com","https://registry.docker-cn.com"]}...

#docker
Python知识点总结

python0.python学习网站# python_api查看官网https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool.terminate​# django官网https://docs.djangoproject.com/en/1.8/https://docs.pyth...

#python
Python知识点

python0.python学习网站# python_api查看官网https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool.terminate# django官网https://docs.djangoproject.com/en/1.8/https://docs.pythontab.com/d

#python
到底了