mirror of
https://github.com/apache/druid.git
synced 2025-02-09 03:24:55 +00:00
fix Zk setup problem
This commit is contained in:
parent
3164228ecf
commit
f1759b450c
@ -69,6 +69,19 @@ You should see a bunch of files:
|
|||||||
* run_example_client.sh
|
* run_example_client.sh
|
||||||
* LICENSE, config, examples, lib directories
|
* LICENSE, config, examples, lib directories
|
||||||
|
|
||||||
|
#### Setting up Zookeeper
|
||||||
|
|
||||||
|
Before we get started, we need to start Apache Zookeeper.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
curl http://apache.osuosl.org/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz -o zookeeper-3.4.5.tar.gz
|
||||||
|
tar xzf zookeeper-3.4.5.tar.gz
|
||||||
|
cd zookeeper-3.4.5
|
||||||
|
cp conf/zoo_sample.cfg conf/zoo.cfg
|
||||||
|
./bin/zkServer.sh start
|
||||||
|
cd ..
|
||||||
|
```
|
||||||
|
|
||||||
Running Example Scripts
|
Running Example Scripts
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ CREATE database druid;
|
|||||||
#### Setting up Zookeeper
|
#### Setting up Zookeeper
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl http://www.motorlogy.com/apache/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz -o zookeeper-3.4.5.tar.gz
|
curl http://apache.osuosl.org/zookeeper/zookeeper-3.4.5/zookeeper-3.4.5.tar.gz -o zookeeper-3.4.5.tar.gz
|
||||||
tar xzf zookeeper-3.4.5.tar.gz
|
tar xzf zookeeper-3.4.5.tar.gz
|
||||||
cd zookeeper-3.4.5
|
cd zookeeper-3.4.5
|
||||||
cp conf/zoo_sample.cfg conf/zoo.cfg
|
cp conf/zoo_sample.cfg conf/zoo.cfg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user