[ 
https://issues.apache.org/jira/browse/HIVE-705?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12840848#action_12840848
 ] 

John Sichi commented on HIVE-705:
---------------------------------

Prasad, the MetaHook interface is defined that way so that if a handler wants 
to, it can carry out the operation in a stateful fashion (e.g. if its 
underlying catalog supports transactions), but there is no requirement for it 
to keep state, and in fact the HBaseStorageHandler implementation is itself 
stateless (and has a NOP for three of its method implementations).

Alter table:  yes, I'm planning to create a followup task for this.  The 
original patch had alter table support in the meta hook interface too, but I 
trimmed it down for now to limit the scope of the first commit.



> Let Hive can analyse hbase's tables
> -----------------------------------
>
>                 Key: HIVE-705
>                 URL: https://issues.apache.org/jira/browse/HIVE-705
>             Project: Hadoop Hive
>          Issue Type: New Feature
>    Affects Versions: 0.6.0
>            Reporter: Samuel Guo
>            Assignee: John Sichi
>             Fix For: 0.6.0
>
>         Attachments: hbase-0.19.3-test.jar, hbase-0.19.3.jar, 
> hbase-0.20.3-test.jar, hbase-0.20.3.jar, HIVE-705.1.patch, HIVE-705.2.patch, 
> HIVE-705_draft.patch, HIVE-705_revision806905.patch, 
> HIVE-705_revision883033.patch, zookeeper-3.2.2.jar
>
>
> Add a serde over the hbase's tables, so that hive can analyse the data stored 
> in hbase easily.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to