IntelliJ Idea 14: cannot resolve symbol spark

后端 未结 6 1776
花落未央
花落未央 2021-02-09 13:55

I made a dependency of Spark which worked in my first project. But when I try to make a new project with Spark, my SBT does not import the external jars of org.apache.spark. The

6条回答
  •  情话喂你
    2021-02-09 14:35

    name := "SparkLearning"

    version := "0.1"

    scalaVersion := "2.12.3"

    // additional libraries libraryDependencies += "org.apache.spark" % "spark-streaming_2.10" % "1.4.1"

提交回复
热议问题