Updated the versions of TSDR tools to use the new versions
[integration/test.git] / csit / suites / tsdr / Cassandra / scripts / cassandra-startup.sh
index b2a559ca33d6fa8c16c23842e5ff87023cb95a1e..5ab9b9ac3cb5a3250e43a82b2585cbd63aca18d3 100755 (executable)
@@ -5,8 +5,8 @@ cat > ${WORKSPACE}/cassandrastartup.sh <<EOF
 cd /tmp/cassandra
 echo "Start the Cassandra Server"
 export JAVA_HOME=/usr
-sudo /tmp/cassandra/apache-cassandra-2.1.12/bin/cassandra
-ls -l /tmp/cassandra/apache-cassandra-2.1.12/bin/cassandra
+sudo /tmp/cassandra/apache-cassandra-2.1.14/bin/cassandra
+ls -l /tmp/cassandra/apache-cassandra-2.1.14/bin/cassandra
 
 EOF
 echo "Copy the Cassanra startup script to ${ODL_SYSTEM_IP}"