Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2581

Regression with V2 Hive hook notifications : Moving table to a different database

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0, 0.8.3
    • 1.0.0, 0.8.3
    • atlas-intg
    • None

    Description

      When table is renamed using :

      create database db1;
      use db1;
      create table table1(id int, name string);
      use default;
      alter table db1.table1 rename to table2 
      

      table1 is moved from database db1 to default, and renamed as table2.

      Location parameter of table2's storage descriptor is : hdfs://mycluster/apps/hive/warehouse/db1.db/table1

      Expected is : hdfs://mycluster/apps/hive/warehouse/table2

      Attachments

        1. ATLAS-2581.patch
          7 kB
          Madhan Neethiraj

        Activity

          People

            madhan Madhan Neethiraj
            sharmadhas Sharmadha S
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: