Removing a Connector From Trino

  1. Access the Trino interface.
  2. Update the connectors.to.delete property using the following format:
    ['connector1', 'connector2', ...}
    Important

    Use single quotes around each connector you want to remove.
    For example, to delete the hive connector, update connectors.to.delete to ['hive'].
The tpchconnector cannot be deleted because it is used to smoke test Trino after it starts. The tpch connector has negligible impact on the system.