Skip to content

Commit

Permalink
[MINOR] docs: polish Iceberg REST server document (#5469)
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
FANNG1 authored Nov 5, 2024
1 parent 9f60d37 commit dd9d9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/iceberg-rest-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit dd9d9cc

Please sign in to comment.