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

前端 未结 4 1987
渐次进展
渐次进展 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:42

    Click right on your project, then select Properties. Select Scala Compiler Click "Use Project Setting" Select Scala Installation select your scala version, for example, 2.11.11.

提交回复
热议问题