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

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

    I used these versions and everything works now.

        
            org.scala-lang
            scala-library
            2.11.6
        
    
        
            com.typesafe.akka
            akka-actor_2.11
            2.3.11
        
    

提交回复
热议问题