Skip to content

Commit

Permalink
Add docs for Hudi table redirection
Browse files Browse the repository at this point in the history
In the Hive connector
  • Loading branch information
mosabua committed Sep 23, 2024
1 parent 987311a commit 11d91e1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/src/main/sphinx/connector/hive.md
Original file line number Diff line number Diff line change
Expand Up @@ -1270,11 +1270,15 @@ session property `<hive-catalog>.dynamic_filtering_wait_timeout`.
```{include} table-redirection.fragment
```

The connector supports redirection from Hive tables to Iceberg
and Delta Lake tables with the following catalog configuration properties:

- `hive.iceberg-catalog-name` for redirecting the query to {doc}`/connector/iceberg`
- `hive.delta-lake-catalog-name` for redirecting the query to {doc}`/connector/delta-lake`
The connector supports redirection from Hive tables to Iceberg, Delta Lake, and
Hudi tables with the following catalog configuration properties:

- `hive.iceberg-catalog-name`: Name of the catalog, configured with the
[](/connector/iceberg), to use for reading Iceberg tables.
- `hive.delta-lake-catalog-name`: Name of the catalog, configured with the
[](/connector/delta-lake), to use for reading Delta Lake tables.
- `hive.hudi-catalog-name`: Name of the catalog, configured with the
[](/connector/hudi), to use for reading Hudi tables.

### File system cache

Expand Down

0 comments on commit 11d91e1

Please sign in to comment.