quix icon indicating copy to clipboard operation
quix copied to clipboard

.env for Trino

Open Va1-ha11a opened this issue 1 year ago • 2 comments

The example-env file in still refers to presto:

#MODULES=presto,athena,prod,bq MODULES=presto

MODULES_PRESTO_ENGINE=presto MODULES_PRESTO_API=http://presto:8080/v1 MODULES_PRESTO_CATALOG=system MODULES_PRESTO_SCHEMA=runtime MODULES_PRESTO_SOURCE=quix MODULES_PRESTO_DB_EMPTY_TIMEOUT=60000 MODULES_PRESTO_DB_REQUEST_TIMEOUT=10000 `MODULES_PRESTO_HTTP_HEADERS_PREFIX=X-PRESTO-

I have both Trino and Quix installed in docker containers and want to set up the connection. How can I update the code since Presto had been rebranded to Trino?

Va1-ha11a avatar Aug 10 '22 09:08 Va1-ha11a

  • Change MODULES_PRESTO_* to MODULES_TRINO_*
  • Change MODULES=presto to MODULES=trino

antonpodolsky avatar Aug 12 '22 15:08 antonpodolsky

This doesn't really change anything in terms of actual Trino setup, it's just how we manage module naming and configuration.

antonpodolsky avatar Aug 12 '22 15:08 antonpodolsky