Re: NoSuchMethodError
Joe Obernberger
The answer to my problem was telling spark-submit to use the user classes first with:
toggle quoted message
Show quoted text
--conf spark.executor.userClassPathFirst = true --conf spark.driver.userClassPathFirst = true -Joe On 5/18/2022 9:57 AM, Joe Obernberger via lists.lfaidata.foundation wrote:
Hi All - I'm trying to write a spark job to load data from Cassandra in to a graph, but I'm getting this: |
|