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

Alan Gates updated HIVE-9874:
-----------------------------
    Attachment: HIVE-9874-2.patch

New version of the patch that doesn't include code from HIVE-9885

> Partition storage descriptors being set from table sd without copying 
> [hbase-metastore branch]
> ----------------------------------------------------------------------------------------------
>
>                 Key: HIVE-9874
>                 URL: https://issues.apache.org/jira/browse/HIVE-9874
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: hbase-metastore-branch
>            Reporter: Alan Gates
>            Assignee: Alan Gates
>         Attachments: HIVE-9874-2.patch, HIVE-9874.patch
>
>
> There are a number of places in the code where something like the following 
> is done:
> {code}
> partition.setSd(table.getSd());
> {code}
> This causes problems in the HBase metastore case because of the way it shares 
> storage descriptors when they are identical.  This means when using a storage 
> descriptor as a template for another we need to actually create a new one.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to