summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-07-12 00:43:59 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-07-12 00:43:59 +0200
commitfd9ca7e9398b1c8e38fdbc8008f753237a5e0e59 (patch)
tree6855cebccb25cc928ee4b84694262337f4f44c28 /doc
parent575a39c718aeb855f19ad461beb96e65243c31e5 (diff)
downloadhappybase-fd9ca7e9398b1c8e38fdbc8008f753237a5e0e59.tar.gz
Support HAPPYBASE_TRANSPORT env var for the tests
Diffstat (limited to 'doc')
-rw-r--r--doc/development.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/development.rst b/doc/development.rst
index 31c4066..050abb2 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -48,6 +48,9 @@ To test the HBase 0.90 compatibility mode, use this::
(happybase)$ export HAPPYBASE_COMPAT=0.90
+To test the framed Thrift transport mode, use this::
+
+ (happybase)$ export HAPPYBASE_TRANSPORT=framed
Contributing
------------