Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
Impala 2.6.0
-
None
Description
Hive is adding support for a replication API (https://issues.apache.org/jira/browse/HIVE-7973) that allows an HMS client to retrieve a global stream of HMS modifications made by all the HMS processes (in case of HMS HA). The Catalog server could use that API to automatically collect and update cached HMS metadata, thus eliminating the need for the user to call invalidate and refresh. This can only handle HMS metadata; file and block metadata will still need to be updated from the Namenode (e.g. by using inotify).
Attachments
Issue Links
- duplicates
-
IMPALA-7970 Add support for automatic invalidates by polling metastore events
- Resolved
- is related to
-
IMPALA-555 Automatically perform REFRESH/INVALIDATE METADATA for users
- Resolved
- relates to
-
IMPALA-4272 Automatic invalidation HDFS file and block metadata
- Open