Changed the path of cassandra Data store to point to correct archieve image.
[releng/builder.git] / jenkins-scripts / controller.sh
index 2f5f94b42a46d0cfb2a13785e70ab3964fe49ed4..cd7cd521e0e3a2eb93359cd8f62a3f2db9c60465 100755 (executable)
@@ -23,7 +23,7 @@ tar -xvf hbase*.tar.gz
 mkdir /tmp/cassandra
 cd /tmp/cassandra
 
-wget --no-verbose http://www.eu.apache.org/dist/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz
+wget --no-verbose http://archive.apache.org/dist/cassandra/2.1.12/apache-cassandra-2.1.12-bin.tar.gz
 
 echo "Installing the Cassandra Server..."
 tar -xvf apache*.tar.gz