[
https://issues.apache.org/jira/browse/GOBBLIN-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Tiwari updated GOBBLIN-832:
------------------------------------
Fix Version/s: (was: 0.15.0)
0.16.0
> get specific tables instead of all tables from Hive DB
> ------------------------------------------------------
>
> Key: GOBBLIN-832
> URL: https://issues.apache.org/jira/browse/GOBBLIN-832
> Project: Apache Gobblin
> Issue Type: Improvement
> Affects Versions: 0.14.0
> Reporter: Jay Sen
> Priority: Minor
> Fix For: 0.16.0
>
>
> {{HiveDataSetFinder}} uses (Hive's) {{client.get().getAllDatabases()}} and
> {{client.get().getAllTables(db)}} which can be inefficient when DB have
> thousands of tables, getting all tables wont be efficient on metastore all
> the time.
> should use methods like {{listTableNamesByFilter}} or {{getTables}} which has
> ways to specify table pattern as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)