I saw this <other thread> which may be related, si...
# troubleshooting
g
I saw this other thread which may be related, since I’m also using a jdk 11 based docker image. Could you help me with this?
j
@Xiang Fu Any idea on this issue?
x
I think for java-11 pinot by default import all the libs from plugins dir
you can skip the env var
-Dplugins.dir=/opt/pinot/plugins -Dplugins.include=pinot-s3
g
x
for java 11, can you just try to drop the lib under a directory of
plugins
then it should be auto imported
g
yeah, exactly what I did, I placed the lib under
plugins/udfs/
and I could use them from the controller query console. It is just weird that in spite of it working I get the error messages during the startup of the components.