You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/09/11 02:29:45 UTC

[jira] [Commented] (SPARK-10556) SBT build explicitly sets Scala version, which can conflict with SBT's own scala version

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

Apache Spark commented on SPARK-10556:
--------------------------------------

User 'ahirreddy' has created a pull request for this issue:
https://github.com/apache/spark/pull/8709

> SBT build explicitly sets Scala version, which can conflict with SBT's own scala version
> ----------------------------------------------------------------------------------------
>
>                 Key: SPARK-10556
>                 URL: https://issues.apache.org/jira/browse/SPARK-10556
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>            Reporter: Ahir Reddy
>            Priority: Minor
>
> project/plugins.sbt explicitly sets scalaVersion to 2.10.4. This can cause issues when using a version of sbt that is compiled against a different version of Scala (for example sbt 0.13.9 uses 2.10.5). Removing this explicit setting will cause build files to be compiled and run against the same version of Scala that sbt is compiled against.
> Note that this only applies to the project build files (items in project/), it is distinct from the version of Scala we target for the actual spark compilation.



--
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