Details
-
Task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Impala 2.0
-
None
Description
In order to implement IMPALA-1761 (exposing catalog metadata as tables), we need the ability to load table and column metadata without loading all partition metadata and file metadata which can be very expensive and slow.
This would mean that the catalog server needs to be able to load metastore tables and columns alone (see HdfsTable.load()) and exposes a call to do so from impalad backends (see CatalogService.thrift).
Attachments
Issue Links
- is related to
-
IMPALA-3234 Catalog should send incremental metadata changes to Impalads
- Open