Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
ghx-label-2
Description
When data is inserted into existing tables and partitions, Catalog does not issue any metastore API calls. Metastore provides a API called fire_listener_event which can be used to add a INSERT_EVENT to the metastore notification log. This event can be used by other Impala instances to invalidate or update the filemetada information when data is inserted or overrwriten on a given table or partition.
Attachments
Issue Links
- breaks
-
IMPALA-8499 test_insert_events datetime.total_seconds(), which is not supported in Python 2.6
- Resolved
- causes
-
IMPALA-9369 Inserts on large tables could be very slow when event processing it turned on
- Resolved
- is related to
-
IMPALA-8447 Impala Doc: Document the feature to detect insert events from Impala
- Closed
- links to