Skip to content

Trino 476 with catalog.management=dynamic #26443

@thunder-spb

Description

@thunder-spb

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions