jubatus / jubatus-installer

Install Script of Jubatus
18 stars 17 forks source link

(hotfix) Upgrade ZooKeeper to 3.4.12 #66

Closed rimms closed 6 years ago

rimms commented 6 years ago

ZooKeeper 3.4.11 has a critical bug (See. https://issues.apache.org/jira/browse/ZOOKEEPER-2960).

So, we cannot download ZooKeeper 3.4.11. I replaced to 3.4.12.

sakuraikaito commented 6 years ago

LGTM 👍

$ ./install.sh
[Downloading archives]
... snip ...
zookeeper-3.4.12.tar.gz
... snip ...
[Installing dependencies]
... snip ...
Installing zookeeper-3.4.12
... snip ...

//=============================================================//
//                                                             //
//   _________         ___                                     //
//   \____   _|       | /             ___I_I___                //
//       |  |         | |             \__^ ^__/        ____    //
//       |  |         | | ___    ___  __ | |          / __/    //
//       |  | |-|  |-|| |/   \  /   \| | | | |^|  |^|| (__     //
//       |  | | |  | ||    ^  ||  ^    | | | | |  | | \__ \    //
//       |  | | \_/  ||    O  ||  O    | | |_| \_/  | ___) |   //
//       |  |  \__/|_||_|\___/  \___/|_| |__/ \__/|_| \___/    //
//       | /                                                   //
//      / /                                                    //
//     |/                                                      //
//                                                             //
//=============================================================//
              Jubatus 1.0.9 Installation Completed!
... snip ...