Change Cassandra download location 86/56286/2
authorScott Melton <smelton2@uccs.edu>
Sat, 29 Apr 2017 02:27:18 +0000 (19:27 -0700)
committerAnil Belur <abelur@linuxfoundation.org>
Sat, 29 Apr 2017 05:59:56 +0000 (15:59 +1000)
Apache moved HBase and Cassandra versions that are used by TSDR to
an archive site. Change java-builder.sh to point to the new archive
location.

Change-Id: Ia4b62d95eb43b34607c23114c6b5ea075569e98f
Signed-off-by: Scott Melton <smelton2@uccs.edu>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
also-by: Anil Belur <abelur@linuxfoundation.org>

packer/provision/java-builder.sh

index cbc1005216530631080163ab3acc8394e766ef13..57bcc1227314ab732de45b042158ae1d1377824c 100644 (file)
@@ -55,7 +55,7 @@ tar -xvf hbase-0.94.27.tar.gz
 echo "---> Installing the Cassandra Server..."
 mkdir /tmp/cassandra
 cd /tmp/cassandra
-wget --no-verbose http://apache.osuosl.org/cassandra/2.1.16/apache-cassandra-2.1.16-bin.tar.gz
+wget --no-verbose https://archive.apache.org/dist/cassandra/2.1.16/apache-cassandra-2.1.16-bin.tar.gz
 tar -xvf apache-cassandra-2.1.16-bin.tar.gz
 
 # Generally useful for all projects