Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

spark history server error class not found

avatar
Rising Star

I am looking at a customer installation that has a spark history server problem: Exception in thread "main" java.lang.ClassNotFoundException: org.apache.spark.deploy.yarn.history.YarnHistoryProvider at java.net.URLClassLoader$1.run(URLClassLoader.java:366) Looking at the jar it is missing the YarnHistoryService any ideas how to get around this on this version: spark_2_3_4_0_3485-master.noarch

1 ACCEPTED SOLUTION

avatar
Master Mentor
3 REPLIES 3

avatar
Master Mentor

avatar
Rising Star

This is an upgraded cluster at one of our customers, I have no explanation to the missing class in the jar but I found that class in the pre upgraded jar. I was looking to make configuration changes - ended up swapping the jars - and the old one works !!

avatar
Master Mentor

That certainly works but going forward wouldn't it cause problems?