Adding a Connector to Trino

  1. Access Apache Ambari.
  2. From the side toolbar, under Services select Trino.
  3. Select Configs.
  4. In the Connectors section, update the connectors.to.add property using the following format:
    {'connector1': ['key1=value1', 'key2=value2', etc.], 'connector2': ['key3=value3', 'key4=value4'], ...}
    Important

    Use single quotes around each connector you add.
The connectors.to.add property only adds connectors in Trino and should not be used to remove connectors. For example, if you add connector connector1, save the configuration, and then restart Trino, the connector gets added to Trino. If you later set this property to {}, the connector1 connector isn't removed from Trino. You must follow the Removing a Connector From Trino .