You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2015/03/05 19:00:46 UTC

[jira] [Created] (HIVE-9874) Partition storage descriptors being set from table sd without copying [hbase-metastore branch]

Alan Gates created HIVE-9874:
--------------------------------

             Summary: 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
            Reporter: Alan Gates
            Assignee: Alan Gates


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)