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

Import Transforms: Hive Table Qualified Name is Modified Incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • None
    • None

    Description

      Background

      Existing transformation framework that is used in ImportService does not correctly replace qualifiedName for hive_table entities in cases where entity name and qualifiedName are different.

      Steps to Duplicate

      1. Create hive_db, say db1.
      2. Create hive_table entity such that it has name = testtable and qualifiedName = db1.testtable-123@cl1.
      3. Use the transforms handler to convert hive_db (db1) name to dbX and clusterName = clX.

      Expected Results

      The resulting hive_db should have name and qualifiedName changed to dbX.

      The hive_table should have its name = testtable and qualifiedName = dbX.testtable-123@clX.

      Actual Results

      The hive_db entity is correctly transformed.

      The hive_table entity's qualifiedName gets changed to dbX.testtable@clX.

      Attachments

        Issue Links

          Activity

            People

              amestry Ashutosh Mestry
              amestry Ashutosh Mestry
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: