Configure Trino in Pulse
This page describes how to update Pulse configuration when Trino uses a custom Java binary path.
For details about enabling Trino JMX metrics and placing Trino hooks on a cluster, see ODP Trino.
Steps
- In the Override.yml file, add the following field under the base section:
base:
extra_adsvcproc_process_name: "<path-to-custom-java-bin-used-by-trino>"
- Run the following command to apply the configurations.
accelo reconfig cluster
Was this page helpful?