Eran Mizrahi created SPARK-16695:
------------------------------------

             Summary: compile spark with scala 2.11 is not working (with Sbt)
                 Key: SPARK-16695
                 URL: https://issues.apache.org/jira/browse/SPARK-16695
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 1.6.2
         Environment: OS: Mac
            Reporter: Eran Mizrahi


tried to compile spark 1.6.2 with sbt for Scala 2.11, but got compilation error.

it seems that there is a wrong import in file Project/SparkBuild.scala.

instead of "net.virtualvoid.sbt.graph.Plugin.graphSettings", 
it should be "net.virtualvoid.sbt.graph. DependencyGraphSettings.graphSettings".


Checkout source code of "sbt-dependency-graph" plugin:

https://github.com/jrudolph/sbt-dependency-graph/blob/master/src/main/scala/net/virtualvoid/sbt/graph/DependencyGraphSettings.scala




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to