Updated the versions of TSDR tools to use the new versions
[integration/test.git] / csit / suites / tsdr / HBase / scripts / hbase-startup.sh
index f7ef75dea4a70582891163179f305492cd07efce..3612aeb8b8a5d09f2f73f87748b00e8fbd7f634e 100755 (executable)
@@ -5,7 +5,7 @@ cat > ${WORKSPACE}/hbasestartup.sh <<EOF
 cd /tmp/Hbase
 echo "Start the HBase Server"
 export JAVA_HOME=/usr
-/tmp/Hbase/hbase-0.94.15/bin/start-hbase.sh
+/tmp/Hbase/hbase-0.94.27/bin/start-hbase.sh
 
 EOF
 echo "Copy the Hbase startup script to ${ODL_SYSTEM_IP}"