spark build path is cross-compiled with an incompatible version of Scala (2.10.0)

前端 未结 4 1976
渐次进展
渐次进展 2020-12-29 08:57

When i try to execute sparksql code in scala IDE im getting below error,Could anyone help me to sort out this please?

spark build path is cross-compiled wit         


        
4条回答
  •  粉色の甜心
    2020-12-29 09:44

    I had same problem. How I solved it. Scala embedded Eclipse -> Project -> Right Click -> Project -> Scala Compiler -> Right side you will be getting list of Scala Installation-> Here choose Latest 2.10 bundle (dynamic).

    I have tested and it worked fine for me.

    • Binod Suman

提交回复
热议问题