From e71b7810a54a520b88952e378038d881c5a887c7 Mon Sep 17 00:00:00 2001 From: fanng Date: Tue, 5 Nov 2024 17:57:10 +0800 Subject: [PATCH] polish document --- 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 4ba8be9c5c4..2b4c900fe3b 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.=`. For specific catalogs, use the format `gravitino.iceberg-rest.catalog..=`. +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.=`. For specific catalogs, use the format `gravitino.iceberg-rest.catalog..=`. For instance, you could configure three different catalogs, the default catalog and the specific `hive_backend` and `jdbc_backend` catalogs separately.