@@ -25,8 +25,10 @@ HBase with Bigtable on Google Cloud Platform. These changes [1]
2525HBase project and once they are released we will no longer offer this TEMPORARY fork of HBase.
2626***************************************************************************************************
2727
28+ ************************************************************************************************
2829If you prefer, you can download the HBase src releases, and apply our patches.
2930
31+
3032` curl -f -O http://mirror.reverse.net/pub/apache/hbase/hbase-1.0.1/hbase-1.0.1-src.tar.gz `
3133
3234` tar -xzf hbase-1.0.1-src.tar.gz `
@@ -35,15 +37,20 @@ If you prefer, you can download the HBase src releases, and apply our patches.
3537
3638` patch -p1 < fix-bigtable-rest-thrift.patch `
3739
40+ `MAVEN_OPTS="-Xmx2g -XX: MaxPermSize =2g" mvn install -DskipTests
41+ assembly: single `
42+
43+ The release is built in hbase-assembly/target/hbase-1.0.1-bin.tar.gz
44+ ************************************************************************************************
45+
3846
3947Once you have the HBase client, instructions for installing an HBase client for
4048Cloud Bigtable can be found here:
4149
4250https://cloud-dot-devsite.googleplex.com/bigtable/docs/installing-hbase-client
4351
44- These instructions must be slightly modified in order for the
45- REST gateway to work. Instead of the official HBase release in the section
46- "Downloading required files", you use the forked HBase binaries instead.
52+ Instead of the official HBase release in the section "Downloading required
53+ files", you use the forked HBase binaries instead.
4754
4855Then, to start the Thrift gateway, from the HBase release directory
4956
0 commit comments