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

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


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2795/
-----------------------------------------------------------

Review request for hcatalog, Sushanth Sowmyan, Vandana Ayyalasomayajula, and 
David Capwell.


Summary
-------

HBaseStorageHandler creates hbase table names with <db_name>.<table_name> when 
db used is not default, fixed that problem. updated and refactored bulk tests.


This addresses bug HCatalog-157.
    https://issues.apache.org/jira/browse/HCatalog-157


Diffs
-----

  
storage-drivers/hbase/src/java/org/apache/hcatalog/hbase/HBaseBaseOutputStorageDriver.java
 989286f 
  
storage-drivers/hbase/src/test/org/apache/hcatalog/hbase/TestHBaseBulkOutputStorageDriver.java
 c25e56d 

Diff: https://reviews.apache.org/r/2795/diff


Testing
-------

added a new test, all tests passed


Thanks,

Francis


                
> HBaseOutputFormat assumes hbase table name is hcat table name
> -------------------------------------------------------------
>
>                 Key: HCATALOG-157
>                 URL: https://issues.apache.org/jira/browse/HCATALOG-157
>             Project: HCatalog
>          Issue Type: Bug
>          Components: hbase
>    Affects Versions: 0.3
>            Reporter: David Capwell
>            Assignee: Francis Liu
>              Labels: hbase
>             Fix For: 0.3
>
>         Attachments: HCATALOG-157.patch
>
>
> If you create a table bar under db foo, then when you try to write the 
> outputformat assumes the hbase db name is bar when the hbase table name is 
> really foo.bar

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