Skip to content

Commit 6d51d9c

Browse files
author
Bill Prin
committed
Invert order of downloading fork/reading instructions
1 parent d93c7ad commit 6d51d9c

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

python/rest/README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,10 @@ operations.
1515

1616
## HBase REST Gateway setup and configuration
1717

18-
Instructions for installing an HBase client for Cloud Bigtable can be found
19-
here:
20-
21-
https://cloud-dot-devsite.googleplex.com/bigtable/docs/installing-hbase-client
22-
23-
However, these instructions must be slightly modified in order for the
24-
REST gateway to work.
25-
26-
Instead of the official HBase release in the section "Downloading required
27-
files", you can download our forked binaries here:
18+
You can download our temporary HBase client fork here:
2819

2920
[Google HBase Release](https://github.com/GoogleCloudPlatform/cloud-bigtable-examples/releases/tag/v0.1.5)
3021

31-
3222
****************************************************************************************************
3323
IMPORTANT -- The HBase temporary fork is a SNAPSHOT of hbase-1.0.1 that allows users to use
3424
HBase with Bigtable on Google Cloud Platform. These changes [1]
@@ -46,7 +36,16 @@ If you prefer, you can download the HBase src releases, and apply our patches.
4636
`cd hbase-1.0.1`
4737

4838
`patch -p1 < fix-bigtable-rest-thrift.patch`
49-
39+
40+
41+
Once you have the HBase client, instructions for installing an HBase client for
42+
Cloud Bigtable can be found here:
43+
44+
https://cloud-dot-devsite.googleplex.com/bigtable/docs/installing-hbase-client
45+
46+
These instructions must be slightly modified in order for the
47+
REST gateway to work. Instead of the official HBase release in the section
48+
"Downloading required files", you use the forked HBase binaries instead.
5049

5150
Then, to start the REST gateway, from the HBase release directory
5251

python/thrift/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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
3425
HBase project and once they are released we will no longer offer this TEMPORARY fork of HBase.
35-
****************************************************************************************************
36-
26+
***************************************************************************************************
3727

3828
If 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

4848
Then, to start the Thrift gateway, from the HBase release directory
4949

0 commit comments

Comments
 (0)