https://pinot.apache.org/ logo
g

Gergely Lendvai

02/24/2021, 4:54 PM
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

Jackie

02/24/2021, 8:40 PM
@Xiang Fu Any idea on this issue?
x

Xiang Fu

02/24/2021, 8:55 PM
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

Gergely Lendvai

02/24/2021, 9:04 PM
x

Xiang Fu

02/24/2021, 9:07 PM
for java 11, can you just try to drop the lib under a directory of
plugins
then it should be auto imported
g

Gergely Lendvai

02/24/2021, 9:11 PM
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.