@@ -12,16 +12,7 @@ GCE Debian instance, but the installation instructions vary by platform.
1212
1313## Installing an HBase Thrift Gateway
1414
15- Instructions for installing an HBase client for Cloud Bigtable can be found
16- here:
17-
18- https://cloud-dot-devsite.googleplex.com/bigtable/docs/installing-hbase-client
19-
20- However, these instructions must be slightly modified in order for the
21- Thrift gateway to work.
22-
23- Instead of the official HBase release in the section "Downloading required
24- files", you can download our forked binaries here:
15+ You can download our temporary HBase client fork here:
2516
2617[ Google HBase Release] ( https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/releases/tag/v0.1.5 )
2718
@@ -32,8 +23,7 @@ HBase with Bigtable on Google Cloud Platform. These changes [1]
3223(https://issues.apache.org/jira/browse/HBASE-12993 )
3324[ 2] ( https://issues.apache.org/jira/browse/HBASE-13664 ) have been submitted and accepted by the Apache
3425HBase project and once they are released we will no longer offer this TEMPORARY fork of HBase.
35- ****************************************************************************************************
36-
26+ ***************************************************************************************************
3727
3828If you prefer, you can download the HBase src releases, and apply our patches.
3929
@@ -44,6 +34,16 @@ If you prefer, you can download the HBase src releases, and apply our patches.
4434` cd hbase-1.0.1 `
4535
4636` patch -p1 < fix-bigtable-rest-thrift.patch `
37+
38+
39+ Once you have the HBase client, instructions for installing an HBase client for
40+ Cloud Bigtable can be found here:
41+
42+ https://cloud-dot-devsite.googleplex.com/bigtable/docs/installing-hbase-client
43+
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.
4747
4848Then, to start the Thrift gateway, from the HBase release directory
4949
0 commit comments