1:准备三台服务器hadoop2、hadoop3、hadoop4。zookeeper集群部署最好是奇数个节点,目的是增加容错率(集群需要保证半数以上机器正常)和防止脑裂。 2:准备zookeeper压缩包,官网下载地址:http://mirror.bit.edu.cn/apache/zookeepe ...
分类:
其他好文 时间:
2021-04-15 12:08:25
阅读次数:
0
Debian软件包通常为预编译的二进制格式的扩展名".deb",类似rpm文件,因此安装快速,无需编译软 件。包文件包括特定功能或软件所必需的文件、元数据和指令 dpkg:package manager for Debian,类似于rpm, dpkg是基于Debian的系统的包管理器。可 以安装,删 ...
分类:
系统相关 时间:
2021-04-13 12:54:26
阅读次数:
0
源码安装nginx For ubuntu:18.04 apt -y install build-essential libtool libpcre3 libpcre3-dev zlib1g-dev openssl net-tools curl wget wget -P /tmp http://ngi ...
分类:
其他好文 时间:
2021-04-12 12:27:54
阅读次数:
0
先查看当前系统时间 root@ubuntu:/# date -R 结果时区是:-0500我需要的是东八区,这儿显示不是,所以需要设置一个时区 1.运行tzselect root@ubuntu:/# tzselect 在这里我们选择亚洲 Asia,确认之后选择中国(China),最后选择北京(Beij ...
分类:
系统相关 时间:
2021-04-10 13:40:28
阅读次数:
0
1.按照官网的流程输入命令https://qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu 出现 1 (base) server123@ubuntu:~$ sudo apt-get install qgis 2 Reading pac ...
分类:
系统相关 时间:
2021-04-09 13:42:27
阅读次数:
0
树莓派4B搭建宝塔Linux面板 树莓派4B搭建宝塔Linux面板 提示:本次使用的树莓派为4B 4GB 使用的系统为Ubuntu 2004 LTS,只测试了这个版本 文章目录 树莓派4B搭建宝塔Linux面板一、树莓派安装系统1.下载工具包及安装2.进行wifi配网3.启动树莓派 二、Ubuntu ...
分类:
系统相关 时间:
2021-04-08 13:56:37
阅读次数:
0
W: GPG error: http://mirrors.cloud.aliyuncs.com/ubuntu xenial-backports InRelease: Could not execute 'apt-key' to verify signature (is gnupg installed ...
分类:
其他好文 时间:
2021-04-08 13:43:02
阅读次数:
0
在centos7.5中解决bash: pip:command not find 问题 [root@localhost ~]# python get-pip.py Hi there! The URL you are using to fetch this script has changed, and ...
分类:
其他好文 时间:
2021-04-08 13:04:02
阅读次数:
0
Maven 遇到Idea中无论如何导入依赖都是调用中央仓库而不是镜像源的问题 检查IDEA中maven配置是否正确 查看是否使用的是自己的setting.xml配置 检查镜像源配置是否有错 <!-- 阿里云镜像仓库 --> <mirror> <id>nexus-aliyun</id> <mirror ...
分类:
其他好文 时间:
2021-04-08 12:54:58
阅读次数:
0
步骤 1、ubuntu启动状态下打开设置 2、输入命令`sudo mkdir /mnt/shared`创建挂载点 3、输入命令 sudo mount -t vboxsf share-vb /mnt/shared进行挂载,其中"share-vb"是之前创建的共享文件夹的名字。OK,现在Ubuntu和主 ...