Index: src/docbkx/book.xml =================================================================== --- src/docbkx/book.xml (revision 1180912) +++ src/docbkx/book.xml (working copy) @@ -1022,6 +1022,8 @@ put.add(Bytes.toBytes("cf"), Bytes.toBytes("attr1"), explicitTimeInMs, Bytes.toBytes(data)); htable.put(put); + Caution: the version timestamp is internally by HBase for things like time-to-live calculations. + It's usually best to avoid setting the timestamp yourself. @@ -1121,7 +1123,8 @@
Catalog Tables - + The catalog tables -ROOT- and .META. exist as HBase tables. They are are filtered out + of the HBase shell's list command, but they are in fact tables just like any other.
ROOT Index: src/docbkx/developer.xml =================================================================== --- src/docbkx/developer.xml (revision 1180912) +++ src/docbkx/developer.xml (working copy) @@ -120,6 +120,12 @@ mvn test -Dtest=TestXYZ
+
+ Run a Few Unit Tests + +mvn test -Dtest=TestXYZ,TestABC + +
Run all Unit Tests for a Package @@ -377,6 +383,9 @@ ReviewBoard Larger patches should go through ReviewBoard. + For more information on how to use ReviewBoard, see + the ReviewBoard documentation. +
Committing Patches