GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/240
SPARK-1325. The maven build error for Spark Tools
This is just a slight variation on https://github.com/apache/spark/pull/234
and alternative suggestion for SPARK-1325. `scala-actors` is not necessary.
`SparkBuild.scala` should be updated to reflect the direct dependency on
`scala-reflect` and `scala-compiler`. And the `repl` build, which has the same
dependencies, should also be consistent between Maven / SBT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-1325
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/240.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 #240
----
commit 25bd7db377fd156026de076ac24dedefb7ee4527
Author: Sean Owen <[email protected]>
Date: 2014-03-26T20:28:24Z
Add necessary dependencies scala-reflect and scala-compiler to tools.
Update repl dependencies, which are similar, to be consistent between Maven /
SBT in this regard too.
----
---
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.
---