dyrnq commented on issue #7442:
URL: https://github.com/apache/gravitino/issues/7442#issuecomment-2998308731

   > Yes, the config interface is read-only to retrieve catalog configurations. 
how to store the config depends on the config provider , please refer to 
https://gravitino.apache.org/docs/0.9.0-incubating/iceberg-rest-service#multi-catalog-support
   
   Got it.
   
   ```bash
   gravitino.iceberg-rest.catalog.jdbc_backend.catalog-backend = jdbc
   gravitino.iceberg-rest.catalog.jdbc_backend.uri = 
jdbc:mysql://127.0.0.1:3306/
   gravitino.iceberg-rest.catalog.jdbc_backend.warehouse = 
hdfs://127.0.0.1:9000/user/hive/warehouse-mysql
   ```
   Does the `static-config-provider` 
`gravitino.iceberg-rest.catalog.jdbc_backend.*` extends 
`gravitino.iceberg-rest.*`
   
   ```bash
   gravitino.iceberg-rest.jdbc-driver = org.postgresql.Driver
   gravitino.iceberg-rest.uri = 
jdbc:postgresql://192.168.1.111:5432/iceberg_rest?ssl=false
   gravitino.iceberg-rest.jdbc-user = postgres
   gravitino.iceberg-rest.jdbc-password = postgres
   gravitino.iceberg-rest.jdbc-initialize = true
   gravitino.iceberg-rest.jdbc.schema-version = V1
   
   gravitino.iceberg-rest.catalog.jdbc_backend.jdbc-driver=? 
   gravitino.iceberg-rest.catalog.jdbc_backend.jdbc-user=? 
   gravitino.iceberg-rest.catalog.jdbc_backend.jdbc-password=? 
   gravitino.iceberg-rest.catalog.jdbc_backend.jdbc-initialize=? 
   gravitino.iceberg-rest.catalog.jdbc_backend.schema-version=? 
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to