FANNG1 commented on code in PR #4005: URL: https://github.com/apache/gravitino/pull/4005#discussion_r1672198545
########## conf/gravitino.conf.template: ########## @@ -63,9 +63,12 @@ gravitino.catalog.cache.evictionIntervalMs = 3600000 # Auxiliary service names, separate by ',' gravitino.auxService.names = iceberg-rest # Iceberg REST service classpath -gravitino.auxService.iceberg-rest.classpath = catalogs/lakehouse-iceberg/libs, catalogs/lakehouse-iceberg/conf +gravitino.iceberg-rest.classpath = extensions/iceberg-rest-server/libs Review Comment: I prefer to use a separate classpath for the iceberg rest server for better isolation. -- 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]
