NoSuchMethodError ArrayOps尝试运行基本的Spark作业

时间:2019-04-22 23:28:18

标签: scala apache-spark

我开始使用Apache Spark(在Windows 10上),并且运行不正常。 使用IntelliJ IDEA Ultimate 2019.1,一切都显示干净(没有红色下划线),但是当我尝试使用

创建新的SparkContext时
val sc = new SparkContext("local[*]", "RatingsCounter")

我遇到错误

Exception in thread "main" java.lang.NoSuchMethodError: \
scala.Predef$.refArrayOps([Ljava/lang/Object;)\
Lscala/collection/mutable/ArrayOps;
    at org.apache.spark.util.Utils$
.stringToSeq(Utils.scala:2664)

版本如下:
Scala 2.12.8
Java 1.8.0_171
Spark 2.4.1

Google搜索显示了一些回应,但似乎没有一个反映我的问题。

0 个答案:

没有答案