Revert "Temporarily disable installs from archive.apache.org" 47/37447/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 11 Apr 2016 16:58:14 +0000 (16:58 +0000)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 11 Apr 2016 16:58:14 +0000 (16:58 +0000)
archive.apache.org has returned from maintenance.

This reverts commit 594524e738aa9a5f8cad622158838289b8867aec.

Change-Id: I80000b83a742045ae8eb405f7387956999129ee8
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jenkins-scripts/controller.sh

index cac6a24520eed1ec91842a34dfa887cb4f7ffdaf..cd7cd521e0e3a2eb93359cd8f62a3f2db9c60465 100755 (executable)
@@ -7,33 +7,26 @@
 yum install -y sshpass
 
 # vim: sw=2 ts=2 sts=2 et :
-
-
-###
-### Disable archive.apache.org downloads since that site is under maintenance until
-### April 11th 2016.
-###
-
 # Installation of Hbase
-#mkdir /tmp/Hbase
-#cd /tmp/Hbase
+mkdir /tmp/Hbase
+cd /tmp/Hbase
 
-#wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz
+wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.15/hbase-0.94.15.tar.gz
 
-#echo "Installing the Hbase Server..."
-#tar -xvf hbase*.tar.gz
+echo "Installing the Hbase Server..."
+tar -xvf hbase*.tar.gz
 
 
 #Installation of Cassandra
 
 
-#mkdir /tmp/cassandra
-#cd /tmp/cassandra
+mkdir /tmp/cassandra
+cd /tmp/cassandra
 
-#wget --no-verbose http://archive.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
+echo "Installing the Cassandra Server..."
+tar -xvf apache*.tar.gz
 
 
 cat <<EOF >/etc/sudoers.d/89-jenkins-user-defaults