This message was deleted.
# general
s
This message was deleted.
a
You should add this to job properties in your ingestion spec
Copy code
"mapreduce.job.classloader.system.classes": "-javax.el.,org.apache.commons.logging.,org.apache.log4j.,org.apache.hadoop.,com.google.cloud.hadoop.fs.gcs.",
👍 1
why do you have to build druid btw?
m
we have a use case to support different google buckets for our ingestion through a common library -so we made a little code changes
will try to add these properties and check
p
what is the hadoop version that you are using ? Let me know if you see any exceptions inside container, we can turn on debug in yarn container.
m
@Pranav we are using 3.3.5 version. yes we are seeing it in the dataproc clusters, previously we used to use duid 22 on deb 10 machines which has java8 and we did not face any issue, but now we want to install it on deb 11 machines with java11, so we are facing issue. @Abhishek Agarwal i tried that parameters and its still giving same issue.
a
It could be something related to your custom code. do you get this error if you don't add that custom code?
m
yes, with out custom code also i get this error,