shaofengshi commented on code in PR #140: URL: https://github.com/apache/gravitino-playground/pull/140#discussion_r2030841487
########## docker-compose.yaml: ########## @@ -70,6 +70,7 @@ services: volumes: - ./healthcheck:/tmp/healthcheck - ./init/gravitino:/tmp/gravitino + - ./data/gravitino/data:/root/gravitino/data Review Comment: I will change the "./data/gravitino/data" to "./data/gravitino/db", as it is the metadata db; in the future, for Gravitino we may persistent other files like configuration, log, etc, so need this sub-folder layer. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org