You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sv...@apache.org on 2016/11/28 05:53:31 UTC

incubator-atlas git commit: Type hive_column_lineage not present in hive_model.json

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 94478b492 -> e8ab91427


Type hive_column_lineage not present in hive_model.json


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/e8ab9142
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/e8ab9142
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/e8ab9142

Branch: refs/heads/master
Commit: e8ab914274f7f108eced0f6c35bd4607c2287850
Parents: 94478b4
Author: Vimal Sharma <sv...@apache.org>
Authored: Mon Nov 28 11:23:46 2016 +0530
Committer: Vimal Sharma <sv...@apache.org>
Committed: Mon Nov 28 11:23:46 2016 +0530

----------------------------------------------------------------------
 addons/models/0030-hive_model.json | 33 +++++++++++++++++++++++++++++++++
 release-log.txt                    |  1 +
 2 files changed, 34 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e8ab9142/addons/models/0030-hive_model.json
----------------------------------------------------------------------
diff --git a/addons/models/0030-hive_model.json b/addons/models/0030-hive_model.json
index 2c2e9ed..4bea160 100644
--- a/addons/models/0030-hive_model.json
+++ b/addons/models/0030-hive_model.json
@@ -493,6 +493,39 @@
                     "isUnique": false
                 }
             ]
+        },
+        {
+            "name" : "hive_column_lineage",
+            "superTypes" : [
+                "Process"
+            ],
+            "typeVersion" : "1.0",
+            "attributeDefs" : [
+                {
+                    "name": "query",
+                    "typeName": "hive_process",
+                    "cardinality" : "SINGLE",
+                    "isIndexable": false,
+                    "isOptional": false,
+                    "isUnique": false
+                },
+                {
+                    "name": "depenendencyType",
+                    "typeName": "string",
+                    "cardinality" : "SINGLE",
+                    "isIndexable": false,
+                    "isOptional": false,
+                    "isUnique": false
+                },
+                {
+                    "name": "expression",
+                    "typeName": "string",
+                    "cardinality" : "SINGLE",
+                    "isIndexable": false,
+                    "isOptional": true,
+                    "isUnique": false
+                }
+            ]
         }
     ]
 }

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/e8ab9142/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 51dfb75..cee519a 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1291 Type "hive_column_lineage" not present in hive_model.json (svimal2106)
 ATLAS-1325 Fix Apache Build failure due to Rat check on log files (svimal2106)
 ATLAS-458 fix project organization for ATLAS build tools (sarath.kum4r@gmail.com via mneethiraj)
 ATLAS-1322 fix dereference null return value (sarath.kum4r@gmail.com via mneethiraj)