Skip to content

Commit

Permalink
Merge pull request #36 from GoogleCloudPlatform/warning
Browse files Browse the repository at this point in the history
Add Python REST/Thrift Warning
  • Loading branch information
lesv committed May 11, 2015
2 parents 3a766ec + f8c2b15 commit fe4e42a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
8 changes: 7 additions & 1 deletion python/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
Python samples go here.
# Python REST/Thrift Examples

# WARNING:
## These examples are temporarily broken
Bigtable REST/Thrift Gateway support is reliant on patches being merged
into the open-source HBase client. We are currently working on getting
these patches merged into the HBase release. Check back shortly for updates.
8 changes: 8 additions & 0 deletions python/rest/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Python REST/Thrift Examples

# WARNING:
## These examples are temporarily broken
Bigtable REST/Thrift Gateway support is reliant on patches being merged
into the open-source HBase client. We are currently working on getting
these patches merged into the HBase release. Check back shortly for updates.

## Cloud Bigtable Python REST Examples

This project demonstrates how to use Python and the requests library to make
Expand Down
6 changes: 6 additions & 0 deletions python/thrift/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# WARNING:
## These examples are temporarily broken
Bigtable REST/Thrift Gateway support is reliant on a few patches being merged
into the open-source HBase client. We are currently working on getting
these patches merged into the HBase release. Check back shortly for updates.

## Cloud Bigtable Python Thrift Examples

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

0 comments on commit fe4e42a

Please sign in to comment.