This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new dd9d9cc4a [MINOR] docs: polish Iceberg REST server document (#5469)
dd9d9cc4a is described below

commit dd9d9cc4aff2f20d8dec4d7132d397fb2171543d
Author: FANNG <[email protected]>
AuthorDate: Tue Nov 5 18:25:38 2024 +0800

    [MINOR] docs: polish Iceberg REST server document (#5469)
    
    ### 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
---
 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.
 

Reply via email to