stoty commented on a change in pull request #841: URL: https://github.com/apache/phoenix/pull/841#discussion_r463051783
########## 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: Sure, I will do that before commit. ---------------------------------------------------------------- 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]
