summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2012-05-24 15:33:06 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2012-05-24 15:33:06 +0200
commit7875976183c50b0fdb64910b438e89c65883f8eb (patch)
tree1adcb09918ff4022fd868aeba13f55624debd27b /doc
parent0a213d44b54553249d87a33806772ef5e6d91b58 (diff)
downloadhappybase-7875976183c50b0fdb64910b438e89c65883f8eb.tar.gz
Mention compatibility tests in development docs
Diffstat (limited to 'doc')
-rw-r--r--doc/development.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development.rst b/doc/development.rst
index 943078c..c824cc2 100644
--- a/doc/development.rst
+++ b/doc/development.rst
@@ -30,4 +30,10 @@ environment variables (both are optional) before running the tests:
$ export HAPPYBASE_HOST=host.example.org
$ export HAPPYBASE_PORT=9091
+To test the HBase 0.90 compatibility mode, use this:
+
+.. code-block:: sh
+
+ $ export HAPPYBASE_COMPAT=0.90
+
.. vim: set spell spelllang=en: