reduceByKey method not being found in Scala Spark

后端 未结 3 1477
抹茶落季
抹茶落季 2020-12-18 18:34

Attempting to run http://spark.apache.org/docs/latest/quick-start.html#a-standalone-app-in-scala from source.

This line:



        
3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-18 18:54

    If you use maven on ScalaIDE I just solved the problem by updating the dependency from spark-streaming version 1.2 to version 1.3.

提交回复
热议问题