You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trino always expects exchange-manager.properties to be located at /etc/trino/exchange-manager.properties.
This path is hardcoded in ExchangeManagerRegistry.java and cannot be configured.
In Kubernetes and container setups this is limiting because:
Config files could be injected dynamically (Vault Agent, Helm, Secrets).
/etc/trino may be cleared or overwritten.
Proposed Solution
Allow a custom location for the exchange-manager.properties file, for example: