druid-io/druid-io.github.io

Update zookeeper version in tutorial example

AdrieanKhisbe opened this issue · 2 comments

Current tutorial about druid point a zookeper version not available.

should be adapted to :

 curl http://www.gtlib.gatech.edu/pub/apache/zookeeper/zookeeper-3.4.7/zookeeper-3.4.7.tar.gz -o zookeeper-3.4.7.tar.gz
  tar xzf zookeeper-3.4.7.tar.gz
  cd zookeeper-3.4.7
  cp conf/zoo_sample.cfg conf/zoo.cfg
  ./bin/zkServer.sh start
  cd ..

:)

would you like to send a PR to fix this? its an easy way to contribute.
original file is located at https://github.com/druid-io/druid/blob/master/docs/content/tutorials/tutorial-a-first-look-at-druid.md .

voilà :)