Set up Trino Knox

With ODP v3.2.3.3-2, you need to manually create the required directories and add the service.xml and rewrite.xml files at the specified paths. The content for these files are available at the provided link.

Bash
Copy

An additional setup step involves importing the required certificates into the following truststores:

  1. Import the Knox certificate into JDK-23’s truststore on hostname mentioned in the above topology.
  2. Import the Trino coordinator’s certificate into Knox’s truststore on the Knox host.
Bash
Copy
  1. Import the Knox certificate to the default JDK-11 or JDK-8 truststore (cacerts).
Bash
Copy
  1. Import the Trino coordinator's certificate into Knox's JDK 11 or JDK 8 truststore (cacerts) on the host running Knox.
Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
  Last updated
On This Page
Set up Trino Knox