-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3774/
-----------------------------------------------------------
(Updated 2012-02-07 16:55:39.835565)
Review request for hcatalog, Francis Liu and David Capwell.
Summary
-------
The current revision manager implementation relies on the transactions to set
up znodes related to a hbase table. It would be a better way to use the meta
hooks in the hbase storage handler to create/delete the znodes related to hbase
table.
This addresses bug hcatalog-253.
https://issues.apache.org/jira/browse/hcatalog-253
Diffs
-----
/trunk/storage-drivers/hbase/src/test/org/apache/hcatalog/hbase/snapshot/TestZNodeSetUp.java
PRE-CREATION
/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/snapshot/ZKBasedRevisionManager.java
1240955
/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/snapshot/ZKUtil.java
1240955
/trunk/storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseHCatStorageHandler.java
1240955
Diff: https://reviews.apache.org/r/3774/diff
Testing
-------
A new unit test has been added to cover the new code path. All the unit tests
pass.
Thanks,
Vandana