[Bug] When starting Trino with a pulsar plugin using docker, an error of incompatible JDK version appears. #20941
Answered
by
tisonkun
crossoverJie
asked this question in
Q&A
Search before asking
VersionPulsar: 3.0.0 Minimal reproduce stepDownload plugin:wget https://archive.apache.org/dist/pulsar/pulsar-3.0.0/apache-pulsar-3.0.0-bin.tar.gzCopy plugin into image:Start container: What did you expect to see?The container started successfully. What did you see instead?Anything else?When I used Are you willing to submit a PR?
|
Answered by
tisonkun
Aug 7, 2023
Replies: 1 comment 1 reply
|
Here you come into two issues:
Basically, please run the Trino worker from the one bundled by Pulsar distro. Both of them are backed in the root that Pulsar SQL is not under primary maintenance (as well as that Trino pays less attention of compatibility). I suppose anyone who can cover its maintenance a qualified committer. |
1 reply
Answer selected by
tisonkun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Here you come into two issues:
Basically, please run the Trino worker from the one bundled by Pulsar distro.
Both of them are backed in the root that Pulsar SQL is not under primary maintenance (as well as that Trino pays less attention of compatibility). I suppose anyone who can cover its maintenance a qualified committer.