Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
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.