mchades commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2707176485


##########
docs/manage-fileset-metadata-using-gravitino.md:
##########
@@ -921,3 +918,45 @@ 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 configuration based on 
the cluster name,
+and the configuration can be overridden at the schema or fileset level if 
needed.
+The system can automatically retrieve the appropriate configuration from 
`fs.path` configuration based on the fileset’s storage location

Review Comment:
   did you mean `fs.path.config`?



##########
clients/filesystem-hadoop3/src/main/java/org/apache/gravitino/filesystem/hadoop/BaseGVFSOperations.java:
##########
@@ -154,7 +155,6 @@ public static class FileSystemCacheKey {
      *
      * @param scheme the scheme of the filesystem
      * @param authority the authority of the filesystem
-     * @param ugi the user group information

Review Comment:
   Why is this comment being removed? The method signature remains unchanged.



-- 
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