[
https://issues.apache.org/jira/browse/HIVE-9826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated HIVE-9826:
-----------------------------
Attachment: HIVE-9826.patch
> 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
> Attachments: HIVE-9826.patch
>
>
> 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)