Skip to content

Commit fe4e42a

Browse files
committed
Merge pull request #36 from GoogleCloudPlatform/warning
Add Python REST/Thrift Warning
2 parents 3a766ec + f8c2b15 commit fe4e42a

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

python/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Python samples go here.
1+
# Python REST/Thrift Examples
2+
3+
# WARNING:
4+
## These examples are temporarily broken
5+
Bigtable REST/Thrift Gateway support is reliant on patches being merged
6+
into the open-source HBase client. We are currently working on getting
7+
these patches merged into the HBase release. Check back shortly for updates.

python/rest/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Python REST/Thrift Examples
2+
3+
# WARNING:
4+
## These examples are temporarily broken
5+
Bigtable REST/Thrift Gateway support is reliant on patches being merged
6+
into the open-source HBase client. We are currently working on getting
7+
these patches merged into the HBase release. Check back shortly for updates.
8+
19
## Cloud Bigtable Python REST Examples
210

311
This project demonstrates how to use Python and the requests library to make

python/thrift/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# WARNING:
2+
## These examples are temporarily broken
3+
Bigtable REST/Thrift Gateway support is reliant on a few patches being merged
4+
into the open-source HBase client. We are currently working on getting
5+
these patches merged into the HBase release. Check back shortly for updates.
6+
17
## Cloud Bigtable Python Thrift Examples
28

39
This project demonstrates how to start with a fresh GCE instance, and install

0 commit comments

Comments
 (0)