You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ashutosh Chauhan (JIRA)" <ji...@apache.org> on 2014/05/19 08:54:38 UTC

[jira] [Commented] (HIVE-7087) Remove lineage information after query completion

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

Ashutosh Chauhan commented on HIVE-7087:
----------------------------------------

In DataContainer.toString() you may want to add delimiter between table name and partition values.  part.getDbName() + "." + part.getTableName() + "@" + part.getValues()  (or any other delimiter of your choice)

Other than look goods to me.

> Remove lineage information after query completion
> -------------------------------------------------
>
>                 Key: HIVE-7087
>                 URL: https://issues.apache.org/jira/browse/HIVE-7087
>             Project: Hive
>          Issue Type: Bug
>          Components: Logging
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>         Attachments: HIVE-7087.1.patch.txt
>
>
> Lineage information is stacked in session and is not cleared before the session is closed. That also makes redundant lineage logs in q.out files for all of the queries after any inserts, which should be available only for insert queries.



--
This message was sent by Atlassian JIRA
(v6.2#6252)