Remove remnants of sfc project
[integration/test.git] / csit / suites / tsdr / HBase / scripts / hbase-startup.sh
index f7ef75dea4a70582891163179f305492cd07efce..7a23c8c4f68dcc2c731d4b4c7e04c73556cee1ce 100755 (executable)
@@ -5,10 +5,10 @@ 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}"
 scp ${WORKSPACE}/hbasestartup.sh ${ODL_SYSTEM_IP}:/tmp
-ssh ${ODL_SYSTEM_IP} 'bash /tmp/hbasestartup.sh'
+ssh ${ODL_SYSTEM_IP} 'sudo bash /tmp/hbasestartup.sh'
 # vim: ts=4 sw=4 sts=4 et ft=sh :