(run-main-0) java.lang.NoSuchMethodError

前端 未结 9 1502
孤城傲影
孤城傲影 2020-12-15 05:11

I got a problem when I used sbt to run a spark job, I have finish compile, but when I run the command run, I got the problem below

 [er         


        
9条回答
  •  一整个雨季
    2020-12-15 05:43

    Check whether the scala version you are using corresponds to the precompiled spark version.

提交回复
热议问题