|
Hey all :) Having issues getting trino and pulsar talking, maybe someone can help? I started with the project here - https://github.com/bitsondatadev/trino-getting-started/tree/main/hive/trino-minio I am following the page here - https://pulsar.apache.org/docs/next/sql-deployment-configurations/ I downloaded added in the pulsar config in the |
Replies: 3 comments 2 replies
|
IIRC 2.10.1 is still prestosql version, the log shows that you're using trino version. There can be some dependency version resolving issues. Line 160 in 0702b51 FYI I bump the dependency to the first trino version in #16683. However, Trino can break compatibility between any version. I notice that you're using Trino 393 and there're several breaking change between 393 and the version in master 363. |
|
Thanks, switching to the follow works but then does not load the pulsar catalog, it does load the minio catalog and the pulsar plugin though.. hmm? or is it better to use trino and your bump? is that available somewhere? |
|
Thanks! :D |
IIRC 2.10.1 is still prestosql version, the log shows that you're using trino version. There can be some dependency version resolving issues.
pulsar/pom.xml
Line 160 in 0702b51
FYI I bump the dependency to the first trino version in #16683. However, Trino can break compatibility between any version. I notice that you're using Trino 393 and there're several breaking change between 393 and the version in master 363.