From 069c9ac6d6f69c45d4b360bd6b5089ecc0e24fd0 Mon Sep 17 00:00:00 2001 From: vasanthan_balasubram Date: Fri, 1 May 2015 22:15:31 +0530 Subject: [PATCH] Added the Hbase Client installation on Controller VM Change-Id: I65724f8bf7b288930817aef46b3a5329ac69d4d6 Signed-off-by: vasanthan_balasubram --- jenkins-scripts/controller.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jenkins-scripts/controller.sh b/jenkins-scripts/controller.sh index fe4611f8e..76b8dca9c 100755 --- a/jenkins-scripts/controller.sh +++ b/jenkins-scripts/controller.sh @@ -7,6 +7,14 @@ service iptables stop yum install -y sshpass # vim: sw=2 ts=2 sts=2 et : +# Installation of Hbase +mkdir /tmp/Hbase +cd /tmp/Hbase + +wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz + +echo "Installing the Hbase Server..." +tar -xvf hbase*.tar.gz cat </etc/sudoers.d/89-jenkins-user-defaults Defaults:jenkins !requiretty -- 2.36.6