This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.7
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.7 by this push:
new b3b6bf795 [MINOR] docs: polish Iceberg REST server document (#5470)
b3b6bf795 is described below
commit b3b6bf7953dd9b732a2ff612c6612241d81ef94d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 5 18:57:01 2024 +0800
[MINOR] docs: polish Iceberg REST server document (#5470)
### What changes were proposed in this pull request?
correct default catalog from `gravitino.iceberg-rest.catalog.<param
name>=<value>` to `gravitino.iceberg-rest.<param name>=<value>`
### Why are the changes needed?
The example for Iceberg multi catalog is not correct
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
testing with multi catalog for IcebergREST server
Co-authored-by: FANNG <[email protected]>
---
docs/iceberg-rest-service.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/iceberg-rest-service.md b/docs/iceberg-rest-service.md
index 4ba8be9c5..2b4c900fe 100644
--- a/docs/iceberg-rest-service.md
+++ b/docs/iceberg-rest-service.md
@@ -245,7 +245,7 @@ The Gravitino Iceberg REST server supports multiple
catalogs, and you could mana
##### Static catalog configuration provider
-The static catalog configuration provider retrieves the catalog configuration
from the configuration file of the Gravitino Iceberg REST server. You could
configure the default catalog with `gravitino.iceberg-rest.catalog.<param
name>=<value>`. For specific catalogs, use the format
`gravitino.iceberg-rest.catalog.<catalog name>.<param name>=<value>`.
+The static catalog configuration provider retrieves the catalog configuration
from the configuration file of the Gravitino Iceberg REST server. You could
configure the default catalog with `gravitino.iceberg-rest.<param
name>=<value>`. For specific catalogs, use the format
`gravitino.iceberg-rest.catalog.<catalog name>.<param name>=<value>`.
For instance, you could configure three different catalogs, the default
catalog and the specific `hive_backend` and `jdbc_backend` catalogs separately.