Creating Zookeeper symlink folder name to not use version

If we use the version in the folder name, whenever there is an update in
the zookeeper version we will need to update the plugins. Using a
symlink will keep the plugins isolaRemoving the
version keeps the plugin isolated from zookeeper changes.

Change-Id: Ia516286465fde0daff21be5398de7dd282868c15
Closes-bug: #1420830
This commit is contained in:
Telles Nobrega 2015-02-11 11:28:19 -03:00
parent c93af82944
commit 854824b0d7
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ mkdir -p /opt/zookeeper
cd /opt/zookeeper
wget http://archive.apache.org/dist/zookeeper/stable/zookeeper-3.4.6.tar.gz
ln -s zookeeper-3.4.6 zookeeper
tar -xzf zookeeper-3.4.6.tar.gz
rm -rf zookeeper-3.4.6.tar.gz