Commit 74a8de1a by Vimal Sharma

CTAS query is not captured by Atlas with Hive2

parent be9c2648
...@@ -1029,7 +1029,7 @@ public class HiveHook extends AtlasHook implements ExecuteWithHookContext { ...@@ -1029,7 +1029,7 @@ public class HiveHook extends AtlasHook implements ExecuteWithHookContext {
try { try {
this.lineageInfo = ColumnLineageUtils.buildLineageMap(lineageInfo); this.lineageInfo = ColumnLineageUtils.buildLineageMap(lineageInfo);
LOG.debug("Column Lineage Map => {} ", this.lineageInfo.entrySet()); LOG.debug("Column Lineage Map => {} ", this.lineageInfo.entrySet());
}catch (Exception e){ }catch (Throwable e){
LOG.warn("Column Lineage Map build failed with exception {}", e); LOG.warn("Column Lineage Map build failed with exception {}", e);
} }
} }
......
...@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al ...@@ -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) ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
ALL CHANGES: ALL CHANGES:
ATLAS-1343 CTAS query is not captured by Atlas with Hive2 (svimal2106)
ATLAS-1337 fixed FalconHookIT (ayubpathan via mneethiraj) ATLAS-1337 fixed FalconHookIT (ayubpathan via mneethiraj)
ATLAS-1338 fix SqoopHookIT (ayubpathan via mneethiraj) ATLAS-1338 fix SqoopHookIT (ayubpathan via mneethiraj)
ATLAS-1300 LineageResource API needs to map to the new LineageREST API (sarath.kum4r@gmail.com via svimal2106) ATLAS-1300 LineageResource API needs to map to the new LineageREST API (sarath.kum4r@gmail.com via svimal2106)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment