当我尝试在scala IDE中执行sparksql代码时,我得到以下错误,有人可以帮我解决这个问题吗?
spark build path is cross-compiled with an incompatible version of Scala (2.10.0). In case this report is mistaken, this check can be disabled in the compiler preference page. spark Unknown Scala Version Problem
akka-remote_2.10-2.3.11.jar of spark build path is cross-compiled with an incompatible version of Scala (2.10.0). In case this report is mistaken, this check can be disabled in the compiler preference page. spark Unknown Scala Version Problem
akka-slf4j_2.10-2.3.11.jar of spark build path is cross-compiled with an incompatible …Run Code Online (Sandbox Code Playgroud) 我试图在Scala IDE中执行示例基本sparkstreaming示例,但我收到以下错误:
Error: Could not find or load main class org.test.spark.streamExample.
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮我解决这个问题.