FANNG1 commented on code in PR #4005:
URL: https://github.com/apache/gravitino/pull/4005#discussion_r1668299446


##########
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
 # Iceberg REST service host
-gravitino.auxService.iceberg-rest.host = 0.0.0.0
+gravitino.iceberg-rest.host = 0.0.0.0
 # Iceberg REST service http port
-gravitino.auxService.iceberg-rest.httpPort = 9001
-
+gravitino.iceberg-rest.httpPort = 9001
+# The backend Iceberg catalog for Iceberg REST service, it's recommanded to 
change to hive or jdbc
+gravitino.iceberg-rest.catalog-backend = memory
+# The warehouse directory of Iceberg catalog for Iceberg REST service
+gravitino.iceberg-rest.warehouse = /tmp/

Review Comment:
   `iceberg-rest-server.conf` is used for the stand alone Iceberg REST server, 
`gravitino.conf` is used for iceberg REST service with Gravitino server



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