joshelser commented on a change in pull request #841: URL: https://github.com/apache/phoenix/pull/841#discussion_r463023583
########## File path: dev/rebuild_hbase.sh ########## @@ -0,0 +1,16 @@ +#!/bin/sh +# Downloads the specified HBase version sources into PWD, extracts it, +# then rebuilds and installs the artifacts with -Dhadoop.profile=3.0 + +if [ $# -ne 1 ] + then + echo "Supply the Hbase version as paramater i.e.: rebuild_hbase.sh 2.2.6 " +fi + +wget https://downloads.apache.org/hbase/$1/hbase-$1-src.tar.gz Review comment: Infra requests that downloads.a.o/archive.a.o is only used for downloading KEYS, checksums, and signatures. Can you adapt the solution I have in https://github.com/apache/phoenix-queryserver/blob/master/python-phoenixdb/dev-support/cache-apache-project-artifact.sh to this script as well, please? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
