You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readme indicates a successful connect can be made to MarkLogic using Trino/PrestoDB query engine.
Can an example catalog properties file be provide to demonstrate how to connect from Trino/Presto to MarkLogic?
With this properties file:
connector.name=postgresql
connection-url=jdbc:postgresql://marklogic:8077/
connection-user=admin
connection-password=admin
get this error:
Query 20240109_055918_00000_cg8q3 failed: org.postgresql.util.PSQLException: The connection attempt failed.
I also get the same error using Squirrel and the linked postgres driver. With the MarkLogic driver, Squirrel works. I don't see a way to set the driver class for PrestoDB/Trino connector.
Thank you.
The text was updated successfully, but these errors were encountered:
baddev89
changed the title
How to connect using prestDB/Trino
How to connect using prestoDB/Trino
Jan 9, 2024
The readme indicates a successful connect can be made to MarkLogic using Trino/PrestoDB query engine.
Can an example catalog properties file be provide to demonstrate how to connect from Trino/Presto to MarkLogic?
With this properties file:
connector.name=postgresql
connection-url=jdbc:postgresql://marklogic:8077/
connection-user=admin
connection-password=admin
get this error:
Query 20240109_055918_00000_cg8q3 failed: org.postgresql.util.PSQLException: The connection attempt failed.
I also get the same error using Squirrel and the linked postgres driver. With the MarkLogic driver, Squirrel works. I don't see a way to set the driver class for PrestoDB/Trino connector.
Thank you.
The text was updated successfully, but these errors were encountered: