apache / gravitino-playground

A playground to experience Gravitino
Apache License 2.0
31 stars 31 forks source link

[Enhancement] Launch playground more smoothly. #85

Closed danhuawang closed 2 weeks ago

danhuawang commented 1 month ago

a. add health check: start_period

b. remove resource limit

c. persist log file

d. add precheck for ports

e. add precheck for docker

f. fix the issue Trino unhealthy

g.replace /user/datastrato to /user/gravitino

h. fix the issue /user/datastrato not exists

i. fix the issue: "MYSQL_ROOT_PASSWORD" is empty warning

j. fix the 'version' warning message in console

k. add confirmation for resources requirements

l. change playground usage: Usage: ./playground.sh [start | status | stop] [-y]

danhuawang commented 4 weeks ago

Fix in this PR: https://github.com/apache/gravitino-playground/pull/87