Fix download URL for Hbase server 19/56219/3
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 28 Apr 2017 01:19:58 +0000 (11:19 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 28 Apr 2017 21:55:15 +0000 (07:55 +1000)
Fix the URL to get v0.94.27 from archives.

Change-Id: I9f39529e65c036b1f7bc3669157065b5de63b0b1
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/java-builder.sh

index 9bfa6aab90267a1366586a25aee11934fb939104..cbc1005216530631080163ab3acc8394e766ef13 100644 (file)
@@ -48,7 +48,7 @@ yum -y install mono-complete nuget
 echo "---> Installing the Hbase Server..."
 mkdir /tmp/Hbase
 cd /tmp/Hbase
-wget --no-verbose http://apache.osuosl.org/hbase/hbase-0.94.27/hbase-0.94.27.tar.gz
+wget --no-verbose https://archive.apache.org/dist/hbase/hbase-0.94.27/hbase-0.94.27.tar.gz
 tar -xvf hbase-0.94.27.tar.gz
 
 # Needed by TSDR