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

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

    [ https://issues.apache.org/jira/browse/SPARK-16695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15391088#comment-15391088 ] 

Sean Owen commented on SPARK-16695:
-----------------------------------

`sbt -Dscala-2.11 package` works for 1.6.2 on my Mac. So does `dependencyTree`. The plugin is not in namespace net.virtualvoid but net.virtual-void. I imagine you have some other problem that's not Spark related? or at least, you haven't reported an error here.

> 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