-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Hi everyone.
I'm trying to run Trino via HelmChart in Kubernetes (EKS) with dynamic catalogs.
Here is my config for coordinator:
config.properties: |
coordinator=true
node-scheduler.include-coordinator=false
http-server.http.port=8080
query.max-memory=4GB
query.max-memory-per-node=1GB
discovery.uri=http://localhost:8080
catalog.management=dynamic
catalog.prune.update-interval=10s
catalog.config-dir=/etc/trino/dynamic-catalog
But I'm getting the following error on coordinator...
Errors:
1) Configuration property 'catalog.config-dir' was not used. Did you mean to use 'catalog.store'?
What I miss here?
The path /etc/trino/dynamic-catalog mounted as PVC and this config was working with Trino 450, but not higher...
Was referencing this example: https://github.com/trinodb/charts/pull/178/files#diff-f26c38c9f4d17a97a0c3488c0d93a7a31162bb355101058f50c83c9b6e1eaa58
Metadata
Metadata
Assignees
Labels
No labels