Background
Depending on Hive version, number of databases in catalog, and other factors one of methods could be preferable:
- Metadata query via JDBC
DESCRIBE table query
SELECT * FROM table WHERE 0=1 query
Feature
Make the way Hive table existence is checked configuable.
Example [Optional]
--
Proposed Solution [Optional]
--
Background
Depending on Hive version, number of databases in catalog, and other factors one of methods could be preferable:
DESCRIBE tablequerySELECT * FROM table WHERE 0=1queryFeature
Make the way Hive table existence is checked configuable.
Example [Optional]
--
Proposed Solution [Optional]
--