[ 
https://issues.apache.org/jira/browse/HCATALOG-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13202528#comment-13202528
 ] 

[email protected] commented on HCATALOG-253:
--------------------------------------------------------


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


                
> HBase revision manager should configure/drop znodes in the create/drop table 
> meta hooks in the storage handler. 
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: HCATALOG-253
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-253
>             Project: HCatalog
>          Issue Type: Bug
>          Components: hbase, storage handlers
>            Reporter: Vandana Ayyalasomayajula
>            Assignee: Vandana Ayyalasomayajula
>            Priority: Minor
>              Labels: hbase
>         Attachments: HCATALOG-253.patch
>
>
> 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 message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to