[
https://issues.apache.org/jira/browse/ATLAS-920?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suma Shivaprasad updated ATLAS-920:
-----------------------------------
Attachment: Screen Shot 2016-06-20 at 4.31.58 PM.png
Steps to reproduce:
0.
hadoop dfs -mkdir /hive_tables/test_path2
hadoop dfs -mkdir /hive_tables/test_path1
1. CREATE TABLE test_export_table4 ( name string )
2.EXPORT TABLE test_export_table4 to
'hdfs://localhost:9000/hive_tables/test_path2'
3. CREATE EXTERNAL TABLE test_import_table ( name string) location
'hdfs://localhost:9000/test_import_path'
4. IMPORT TABLE test_import_table from
'hdfs://localhost:9000/hive_tables/test_path1'
5. IMPORT TABLE test_import_table from
'hdfs://localhost:9000/hive_tables/test_path2'
> Lineage graph is broken when there are multiple paths from same source table
> ----------------------------------------------------------------------------
>
> Key: ATLAS-920
> URL: https://issues.apache.org/jira/browse/ATLAS-920
> Project: Atlas
> Issue Type: Bug
> Affects Versions: 0.7-incubating
> Reporter: Suma Shivaprasad
> Assignee: Keval Bhatt
> Priority: Blocker
> Fix For: 0.7-incubating
>
> Attachments: Screen Shot 2016-06-20 at 4.09.02 PM.png, Screen Shot
> 2016-06-20 at 4.31.58 PM.png
>
>
> Steps to reproduce
> 1. CREATE TABLE test_table(abc string) partitioned by (dt date)
> 2. CREATE TABLE test_lineage as SELECT * from test_table
> 3. CREATE VIEW test_view as SELECT * from test_table
> 4. ALTER VIEW test_view as SELECT * from test_lineage
> The lineage is broken as seen in screen shot
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)