[ 
https://issues.apache.org/jira/browse/HIVE-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Steinbach updated HIVE-1122:
---------------------------------

        Fix Version/s: 0.6.0
    Affects Version/s:     (was: 0.6.0)
          Component/s: Metastore

> Make ql/metadata/Table and Partition serializable
> -------------------------------------------------
>
>                 Key: HIVE-1122
>                 URL: https://issues.apache.org/jira/browse/HIVE-1122
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Metastore
>            Reporter: Zheng Shao
>            Assignee: Zheng Shao
>             Fix For: 0.6.0
>
>         Attachments: HIVE-1122.4.patch, HIVE-1122.5.patch, 
> HIVE-1122.pre.1.patch
>
>
> Both Table and Partition are just wrappers of the thrift class TTable and 
> TPartition.
> However, Table and Partition are not serializable, and there are no guarantee 
> in the code to make sure Table is in sync with the field of TTable.
> We should make Table and Partition serializable by only serializing the 
> TTable and TPartition fields, and we should hide the TTable details inside 
> the Table class.

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