This message was deleted.
# dev
s
This message was deleted.
r
By default the druid core classloader is searched first for a class.
But you can try using
druid.extensions.useExtensionClassloaderFirst
(ref : https://druid.apache.org/docs/latest/configuration/index.html#extensions) which forces to check the extension CL first
k
@Shyam Are these guava deps by any chance ? The other way is to shade the deps in your extension pom.
s
These are some hadoop/hive dependencies which are of a different version compared to the core druid ones. Let me test out the
druid.extensions.useExtensionClassloaderFirst
property and see how it goes, thank you!
a