mirror of https://github.com/apache/druid.git
Updated Apache Zookeeper to the latest stable version (#3841)
This commit is contained in:
parent
e86859b228
commit
31bea380eb
|
@ -292,9 +292,9 @@ rsync -az druid-#{DRUIDVERSION}/ COORDINATION_SERVER:druid-#{DRUIDVERSION}/
|
|||
Log on to your coordination server and install Zookeeper:
|
||||
|
||||
```bash
|
||||
curl http://www.gtlib.gatech.edu/pub/apache/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz -o zookeeper-3.4.6.tar.gz
|
||||
tar -xzf zookeeper-3.4.6.tar.gz
|
||||
cd zookeeper-3.4.6
|
||||
curl http://www.gtlib.gatech.edu/pub/apache/zookeeper/zookeeper-3.4.9/zookeeper-3.4.9.tar.gz -o zookeeper-3.4.9.tar.gz
|
||||
tar -xzf zookeeper-3.4.9.tar.gz
|
||||
cd zookeeper-3.4.9
|
||||
cp conf/zoo_sample.cfg conf/zoo.cfg
|
||||
./bin/zkServer.sh start
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue