Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9874

Partition storage descriptors being set from table sd without copying [hbase-metastore branch]

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • hbase-metastore-branch
    • hbase-metastore-branch, 2.0.0
    • Metastore
    • None

    Description

      There are a number of places in the code where something like the following is done:

      partition.setSd(table.getSd());
      

      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.

      Attachments

        1. HIVE-9874-2.patch
          29 kB
          Alan Gates
        2. HIVE-9874.patch
          54 kB
          Alan Gates

        Activity

          People

            gates Alan Gates
            gates Alan Gates
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: