summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Hu <rhu@hearsaycorp.com>2013-06-04 19:50:02 +0000
committerWouter Bolsterlee <uws@xs4all.nl>2013-06-04 22:57:30 +0200
commit4ec8d917e17ef587c4109726ba6d9b5d2598937c (patch)
treee49ad926ee56fc0e544c5945cbd099ab06391b59
parent2830fc668855d5011c47d59366918f665ad58b21 (diff)
downloadhappybase-4ec8d917e17ef587c4109726ba6d9b5d2598937c.tar.gz
Add README.TXT file.
-rw-r--r--happybase/hbase/README.TXT17
1 files changed, 17 insertions, 0 deletions
diff --git a/happybase/hbase/README.TXT b/happybase/hbase/README.TXT
new file mode 100644
index 0000000..24cafd9
--- /dev/null
+++ b/happybase/hbase/README.TXT
@@ -0,0 +1,17 @@
+B1;3201;0cREADME
+======
+
+These Thrift/HBase bindings were generated with the Hbase.thrift version that can be downloaded from:
+
+http://www.apache.org/dyn/closer.cgi/hbase/
+
+The thrift bindings can be generated by downloading the Thrift version at:
+
+http://thrift.apache.org/
+
+The bindings were generated with this command:
+
+```bash
+thrift --gen py:new_style Hbase.thrift
+```
+Thrift version used: 0.9.0