datastrato / gravitino-playground

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

Some issues when using playground #6

Open FANNG1 opened 6 months ago

FANNG1 commented 6 months ago
  1. Failed to launch playground. because I have a stoped docker container with the name "mysql" which conflict with playground container name, rename to "playground-mysql" "playground-postgresql"? And I noticed playground export some famous ports like 3306 , maybe conflict with the port in local host.
  2. I don't know when the playground is ready to use, maybe we could provide a more meaningful message when it's ready or add some documents.
  3. Add document about when playground is ready, which metalake, schema, tables are pre-created.
  4. Add document about how to explore existing metalake, schema, tables.
FANNG1 commented 6 months ago

cc @qqqttt123

qqqttt123 commented 6 months ago
  1. Rename is ok. Reserved port.
justinmclean commented 6 months ago

I also had an issue with ports as I had Postgres running locally, and the playground Postgres docker uses the same port. It's not entirely unexpected, but it could cause some people issues.

qqqttt123 commented 6 months ago

I also had an issue with ports as I had Postgres running locally, and the playground Postgres docker uses the same port. It's not entirely unexpected, but it could cause some people issues.

Maybe we can add the ports to the readme document and tell users how modify the ports.