In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly explains "how to install centos7 zookeeper". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn "the installation method of centos7 zookeeper"!
Download the installation package http://mirrors.hust.edu.cn/apache/zookeeper/ on the 1.zookeeper official website
Cdn.com/91e72ad5e31de744f6250deff2b8ea3d41a4e5b1.png ">
two。 Select the latest version
3. Copy the download link address of this version
Http://mirrors.hust.edu.cn/apache/zookeeper/zookeeper-3.4.13/zookeeper-3.4.13.tar.gz
4. Download the zookeeper installation package with the wget command in the virtual machine
I usually install the software under / usr/local/
Wget command download
Wget http://mirrors.hust.edu.cn/apache/zookeeper/zookeeper-3.4.13/zookeeper-3.4.13.tar.gz
Download completed
5. Extract the installation package
Tar-zxvf. / zookeeper-3.4.13.tar.gz
6. After decompressing, you need to set up the working directory of zookeeper to store logs and data.
① enters the installation package directory
Cd zookeeper-3.4.13/
② creates a data folder (name is not required)
Mkdir data
③ enters the conf folder
Cd conf/
④ made a copy of zoo_sample.cfg and renamed it zoo.cfg
Cp zoo_sample.cfg zoo.cfg
⑤ modifies the dataDir path in zoo.cfg to the data you just created
⑥ exits editing and saves, and enters the bin directory
⑦ starts zkServer.sh
. / zkServer.sh start
⑧ to check the status of zkServer
. / zkServer.sh status
End
If only the last step is not successful, java is not installed. Just install JDK1.8.
At this point, I believe you have a deeper understanding of "centos7 zookeeper installation method", might as well come to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.