Skip to content

Commit

Permalink
[apache#3403] bug(hive-catalog): add hive catalog property list-all-t…
Browse files Browse the repository at this point in the history
…abless ,modify property desc(apache#3403)
  • Loading branch information
mygrsun2 committed Jun 1, 2024
1 parent ee95672 commit 498b685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public class HiveCatalogPropertiesMeta extends BaseCatalogPropertiesMetadata {
LIST_ALL_TABLES,
PropertyEntry.booleanPropertyEntry(
LIST_ALL_TABLES,
"list all tables with iceberg tables",
"list all tables (including the iceberg tables)",
false,
false,
DEFAULT_LIST_ALL_TABLES,
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-hive-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The Hive catalog supports creating, updating, and deleting databases and tables
| `kerberos.keytab-uri` | The uri of key tab for the catalog. Now supported protocols are `https`, `http`, `ftp`, `file`. | (none) | required if you use kerberos | 0.4.0 |
| `kerberos.check-interval-sec` | The interval to check validness of the principal | 60 | No | 0.4.0 |
| `kerberos.keytab-fetch-timeout-sec` | The timeout to fetch key tab | 60 | No | 0.4.0 |
| `list-all-tables` | List all tables with iceberg tables
| `list-all-tables` | List all tables (including the iceberg tables)

When you use the Gravitino with Trino. You can pass the Trino Hive connector configuration using prefix `trino.bypass.`. For example, using `trino.bypass.hive.config.resources` to pass the `hive.config.resources` to the Gravitino Hive catalog in Trino runtime.

Expand Down

0 comments on commit 498b685

Please sign in to comment.