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)