Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dynamic catalog.management #128

Closed
stefanondisponibile opened this issue Jan 24, 2024 · 3 comments
Closed

dynamic catalog.management #128

stefanondisponibile opened this issue Jan 24, 2024 · 3 comments

Comments

@stefanondisponibile
Copy link

stefanondisponibile commented Jan 24, 2024

Currently it is not possible to easily use dynamic catalog management because ConfigMaps are mounted as ReadOnly into the coordinator Pod.

It would be nice having a way to work around that, do you have any ideas? Creating an EmptyDir and then moving the files from the current ConfigMap there?

@jonathanbisp
Copy link

I really need this feature, and I am not so deep in the project. However, what about use a PersistentVolumeClaim instead? So we will be able to restart the coordinator, without lost the changes.

@nineinchnick
Copy link
Member

You can mount a persistent volume and change the directory where Trino keeps catalogs. Here's an example how it can be done: #178

Until Trino changes default catalog management from static to dynamic, I don't think there are any changes required in the chart.

@nineinchnick nineinchnick closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2024
@nsoria1
Copy link

nsoria1 commented Sep 12, 2024

What about now? I think the option to make it dynamically is available but the example values are not showing how to achieve it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants