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

前端 未结 9 1501
孤城傲影
孤城傲影 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:44

    I've the exactly the same problem and got it fixed by downgrading scala 2.11.8 to 2.10.6.

提交回复
热议问题