You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Eran Mizrahi (JIRA)" <ji...@apache.org> on 2016/07/24 11:07:20 UTC

[jira] [Created] (SPARK-16695) compile spark with scala 2.11 is not working (with Sbt)

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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org