Add simple settings to prestodb/presto image#21384
Conversation
|
cc @wanglinsong |
|
How can users disable or remove default catalogs if they are not needed? |
Good question! they can mount an empty folder to override the Edit |
|
I'm a bit concerned about how it will work in Kubernetes (for instance, in the Helm chart) if a user adds a catalog with sensetive values from single entries of specific secret or secrets. I suppose the cluster will have all default catalogs. |
|
@dnskr I don't have a good solution for your scenario. Let me remove the catalogs from this PR for now. |
Update the Dockerfile to add `config.properties` and `jvm.config`. Then users can bring up a Presto server without extra configurations. This change makes the image can be used out of the box. Signed-off-by: Yihong Wang <yh.wang@ibm.com>
9923077 to
4c186c6
Compare
Description
Update the Dockerfile to add
config.propertiesandjvm.config.Then users can bring up a Presto server without extra configurations.
This change makes the image can be used out of the box.
Motivation and Context
fixed: #21383
Impact
Users who use
prestodb/prestodocker image can launch the presto server without extra configurations. The image is embedded with simple configurations and can be overridden if needed.Test Plan
verified the image manually:
Contributor checklist
Release Notes
Please follow release notes guidelines and fill in the release notes below.