bitsondatadev / trino-getting-started

Apache License 2.0
250 stars 100 forks source link

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

Closed mehul-parmar closed 1 year ago

mehul-parmar commented 1 year ago

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?

mehul-parmar commented 1 year ago

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.

bitsondatadev commented 1 year ago

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!

mehul-parmar commented 1 year ago

@bitsondatadev : PR #27 created for review and merge

bitsondatadev commented 1 year ago

Merged! Thanks @mehul-parmar!