Trino container and Pulsar catalog #5172
Unanswered
aurrelhebert
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to use a Trino test container and Pulsar container to run some tests on my project. I have set up some tests that are currently working with a PostgreSQL container. However I get some issue while setting up a Trino one.
For my tests, I do have a Pulsar container running, and I would like to start a Trino container with a Pulsar catalog. However, the
pulsar
is not currently supported by Trino container. I try to add a pulsar.properties in the Trino container (in scala):And I still got issues as
No factory for connector 'pulsar'. Available factories: [....]
.How can I set up the Trino container correctly?
Beta Was this translation helpful? Give feedback.
All reactions