mchades commented on code in PR #9569: URL: https://github.com/apache/gravitino/pull/9569#discussion_r2698548047
########## docs/manage-fileset-metadata-using-gravitino.md: ########## @@ -921,3 +918,44 @@ curl -X POST -H "Accept: application/vnd.gravitino.v1+json" \ }' http://localhost:8090/api/metalakes/test/catalogs/fileset_catalog/schemas/test_schema/filesets ``` +Alternatively, you can pass configurations for multiple clusters using the `fs.path.config.{cluster_name}.*` format when creating the fileset catalog. +All schemas and filesets under the catalog can inherit the configuration based on the cluster name. +The system can automatically retrieve the appropriate configuration from the fileset catalog based on the fileset's storage location. +The user-specified properties override properties in the fileset. Review Comment: What are user-specified properties? The properties defined on a fileset are also considered user-specified. -- 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]
