bitsondatadev / trino-getting-started

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hive connector over MinIO : schema does not persist once containers are restarted

mehul-parmar opened this issue · comments

commented

Schema minio.tiny does not persist once containers are restarted using docker compose down.
Is the docker-compose missing a configuration required to persist this data?

commented

I figured out the issue with the docker compose file. It requires a volume mount for mariadb which is used internally by the hive metastore.

Will create a PR to request changes.

Correct. I'll look for the PR I have some of the data mounted but rarely shut down and start the containers I usually do a complete delete but this will make it a lot more usable for people using this as a proof of concept. Thank you!

commented

@bitsondatadev : PR #27 created for review and merge