You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by ma...@apache.org on 2019/03/14 16:20:44 UTC

[atlas] branch branch-1.0 updated: ATLAS-3073: Investigate and fix IT failures in AdminExportImportTestIT

This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch branch-1.0
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/branch-1.0 by this push:
     new 6aeefb7  ATLAS-3073: Investigate and fix IT failures in AdminExportImportTestIT
6aeefb7 is described below

commit 6aeefb75d0b09a0fdb38db457c455ed14c18ee8c
Author: Ashutosh Mestry <am...@hortonworks.com>
AuthorDate: Wed Mar 13 18:20:56 2019 -0700

    ATLAS-3073: Investigate and fix IT failures in AdminExportImportTestIT
    
    (cherry picked from commit 9e2d326688a093c7d361063f24fc7bd5affd4e01)
---
 addons/models/1000-Hadoop/1030-hive_model.json                         | 2 +-
 .../models/1000-Hadoop/patches/008-remove-hive-legacy-attributes.json  | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/addons/models/1000-Hadoop/1030-hive_model.json b/addons/models/1000-Hadoop/1030-hive_model.json
index 7207a41..e964433 100644
--- a/addons/models/1000-Hadoop/1030-hive_model.json
+++ b/addons/models/1000-Hadoop/1030-hive_model.json
@@ -464,7 +464,7 @@
             "name": "hive_table_db",
             "serviceType": "hive",
             "typeVersion": "1.2",
-            "relationshipCategory": "COMPOSITION",
+            "relationshipCategory": "AGGREGATION",
             "relationshipLabel": "__hive_table.db",
             "endDef1": {
                 "type": "hive_table",
diff --git a/addons/models/1000-Hadoop/patches/008-remove-hive-legacy-attributes.json b/addons/models/1000-Hadoop/patches/008-remove-hive-legacy-attributes.json
index 32a0876..f2eed84 100644
--- a/addons/models/1000-Hadoop/patches/008-remove-hive-legacy-attributes.json
+++ b/addons/models/1000-Hadoop/patches/008-remove-hive-legacy-attributes.json
@@ -6,7 +6,8 @@
       "applyToVersion":  "1.1",
       "updateToVersion": "1.2",
       "params": {
-        "relationshipLabel": "__hive_table.db"
+        "relationshipLabel": "__hive_table.db",
+        "relationshipCategory": "AGGREGATION"
       }
     },
     {