然后我们来搭建一下zookeeper集群,这个集群,以后不管是搭建Hadoop高可用,还是nifi集群,还是
hive 集群,hbase集群,spark集群,kettle集群,sqoop集群,都是基础
[root@hadoop122 ~]# cd /opt/software/
[root@hadoop122 software]# ll
总用量 479040
-rw-r--r--. 1 root root 9311744 2月 25 18:26 apache-zookeeper-3.5.7-bin.tar.gz
-rw-r--r--. 1 root root 338075860 2月 22 11:24 hadoop-3.1.3.tar.gz
-rw-r--r--. 1 root root 143142634 2月 21 10:27 jdk-8u271-linux-x64.tar.gz
[root@hadoop122 software]# tar -zxvf apache-zookeeper-3.5.7-bin.tar.gz -C /opt/module
首先找到这个apache-zookeeper-3.5.7-bin.tar.gz这个压缩包,把这个安装包,解压到
/opt/module目录中去
解压安装包