Author: stack
Date: Fri Jul 24 00:16:13 2009
New Revision: 797277
URL: http://svn.apache.org/viewvc?rev=797277&view=rev
Log:
HBASE-1588 Rig our build to support our new contribs -- stargate and
THBase/ITHBase
Added:
hadoop/hbase/trunk/src/contrib/transactional/README.txt
Added: hadoop/hbase/trunk/src/contrib/transactional/README.txt
URL:
http://svn.apache.org/viewvc/hadoop/hbase/trunk/src/contrib/transactional/README.txt?rev=797277&view=auto
==============================================================================
--- hadoop/hbase/trunk/src/contrib/transactional/README.txt (added)
+++ hadoop/hbase/trunk/src/contrib/transactional/README.txt Fri Jul 24 00:16:13
2009
@@ -0,0 +1,4 @@
+This contrib contains transactional hbase (THBase) and indexed table hbase
(ITHBase).
+For how to use, include hbase-X.X.X-transactional.jar in your CLASSPATH and
follow
+the instruction in javadoc under the respective packages:
org.apache.hadoop.hbase.client.transactional
+and org.apache.hadoop.hbase.client.tableindexed.