You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Harish Butani (JIRA)" <ji...@apache.org> on 2016/02/22 23:14:18 UTC

[jira] [Updated] (HIVE-13112) Expose Lineage information in case of CTAS

     [ https://issues.apache.org/jira/browse/HIVE-13112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harish Butani updated HIVE-13112:
---------------------------------
    Attachment: HIVE-13112.01.patch

> Expose Lineage information in case of CTAS
> ------------------------------------------
>
>                 Key: HIVE-13112
>                 URL: https://issues.apache.org/jira/browse/HIVE-13112
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Harish Butani
>         Attachments: HIVE-13112.01.patch
>
>
> This is not happening because Lineage is being exposed by MoveTask which checks for a LoadTableDesc. In case of CTAS the table is created after the MoveTask.
> Proposed solution is to add a flag to CreateTableDesc to track a CTAS operation, and have the DDLTask expose the lineage if this flag is set.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)