[ 
https://issues.apache.org/jira/browse/ATLAS-4333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17361225#comment-17361225
 ] 

ASF subversion and git services commented on ATLAS-4333:
--------------------------------------------------------

Commit 62c702422f7523b662743a5e2de15ecef6a27c3c in atlas's branch 
refs/heads/branch-2.0 from Radhika Kundam
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=62c7024 ]

ATLAS-4333: [MATERIALIZED VIEW]Column Lineage and hive_process missing in case 
of CREATE MATERIALIZED VIEW query at Hive


> [MATERIALIZED VIEW]Column Lineage and hive_process missing in case of CREATE 
> MATERIALIZED VIEW query at Hive
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-4333
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4333
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Radhika Kundam
>            Assignee: Radhika Kundam
>            Priority: Major
>
> Column Lineage and the hive_process are missing in case of materialised view
> {code:java}
> CREATE TABLE tbl1(id int, name string);  
> CREATE MATERIALIZED VIEW tbl1_materialized_view as SELECT * from tbl1;
> {code}
> With above create materialized query, tbl1_view is created but with missing 
> "ddlQueries(hive_table_ddl)" relationship and 
> "outputFromProcesses(hive_column_lineage)" for columns.
> HiveContext is not sending lineage info for columns of materialized view, 
> once Hive fixes the issue it'll resolve missing lineage issue. Jira# 
> HIVE-25236 created for Hive.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to