hbase/contrib/transactional
Jean-Daniel Cryans 0b788acf5e HBASE-2286 [Transactional Contrib] Correctly handle or avoid cases where
writes occur in same millisecond (Clint Morgan via J-D)


git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@931727 13f79535-47bb-0310-9956-ffa450edef68
2010-04-07 23:49:35 +00:00
..
bin HBASE-2099 Move build to Maven 2010-02-22 23:49:24 +00:00
src HBASE-2286 [Transactional Contrib] Correctly handle or avoid cases where 2010-04-07 23:49:35 +00:00
README.txt HBASE-2099 Move build to Maven 2010-02-22 23:49:24 +00:00
pom.xml HBASE-2255 take trunk back to hadoop 0.20 2010-03-22 23:36:37 +00:00

README.txt

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.