HBASE-1588 Rig our build to support our new contribs -- stargate and THBase/ITHBase

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@797277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-07-24 00:16:13 +00:00
parent 845678927e
commit 38ed29a7c7
1 changed files with 4 additions and 0 deletions

View File

@ -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.