GitHub user ahirreddy opened a pull request:
https://github.com/apache/spark/pull/8709
Remove explicit Scala version for sbt project build files
Previously, `project/plugins.sbt` explicitly set 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
explict 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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahirreddy/spark sbt-scala-version-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/8709.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #8709
----
commit f17ee06017c2de949fa173f19e1e0d37b6cc46ec
Author: Ahir Reddy <[email protected]>
Date: 2015-09-10T21:56:11Z
Remove explicit Scala version for sbt project build files
Previously, `project/plugins.sbt` explicitly set 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
explict 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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]