You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Alan Gates (JIRA)" <ji...@apache.org> on 2015/03/02 18:47:05 UTC

[jira] [Created] (HIVE-9826) Firing insert event fails on temporary table

Alan Gates created HIVE-9826:
--------------------------------

             Summary: Firing insert event fails on temporary table
                 Key: HIVE-9826
                 URL: https://issues.apache.org/jira/browse/HIVE-9826
             Project: Hive
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Alan Gates
            Assignee: Alan Gates
            Priority: Minor


When hive.metastore.dml.events=true and MoveTask attempts to fire an insert event on insert to a temporary table this fails, because the db event listener cannot find the temporary table.  This is because temporary tables are only stored in the client, not in the server, thus the metastore listener will never be able to find it.

The proper fix is to not fire events for temporary tables, as they have not duration beyond the current client session.



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