Details
-
Improvement
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
Impala 3.2.0
-
None
-
ghx-label-3
Description
HMS exposes these two databases "sys" and "information_schema" which contain tables that expose the underlying meta information in a queryable format. However, Impala cannot read them because they come with custom serde that Impala doesn't support.
From a usability point of view, we should black list those databases from loading, so that users don't see them when querying the database list. I think that is reasonable because they can't query them anyway.
Attachments
Issue Links
- is related to
-
IMPALA-12583 Support reading hive "information_schema" views in Impala
- Open
- relates to
-
IMPALA-9052 Events processor goes into error state if there are events on blacklisted db or table
- Resolved
- links to