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

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

Commit 01f5eea5c60b710e16370b7e09a60a5353f8d17d in atlas's branch 
refs/heads/master from Radhika Kundam
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=01f5eea ]

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