TSDR HBase and H2 DataStore Integrations Test suites and following review comments...
[integration.git] / test / csit / suites / tsdr / HBase / start-hbase-client.sh
1 #echo "Downloading the distribution..."
2 #rm -rf /tmp/Hbase
3 #mkdir /tmp/Hbase
4 #cd /tmp/Hbase
5
6 #wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz
7
8 #echo "Installing the Hbase Server..."
9 #tar -xvf hbase*.tar.gz
10 #Above installation has been moved to controller.sh on Controller VM deployment
11 echo "Starting Hbase Server daemon..."
12 export JAVA_HOME=/usr
13 /tmp/Hbase/hbase-0.94.15/bin/start-hbase.sh