Repository: spark Updated Branches: refs/heads/branch-1.0 012f90427 -> 71ce7eb0e
Enabled incremental build that comes with sbt 0.13.2 More info at. https://github.com/sbt/sbt/issues/1010 Author: Prashant Sharma <[email protected]> Closes #525 from ScrapCodes/sbt-inc-opt and squashes the following commits: ba8fa42 [Prashant Sharma] Enabled incremental build that comes with sbt 0.13.2 (cherry picked from commit 70bcdef48a051028598d380d41dfce1c9bfb2b9b) Signed-off-by: Patrick Wendell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/71ce7eb0 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/71ce7eb0 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/71ce7eb0 Branch: refs/heads/branch-1.0 Commit: 71ce7eb0e5878f0bafd64bdd201ae257a3bfe106 Parents: 012f904 Author: Prashant Sharma <[email protected]> Authored: Sat May 10 21:08:04 2014 -0700 Committer: Patrick Wendell <[email protected]> Committed: Sat May 10 21:08:12 2014 -0700 ---------------------------------------------------------------------- project/SparkBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/71ce7eb0/project/SparkBuild.scala ---------------------------------------------------------------------- diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala index 6ea30d0..62d9cb1 100644 --- a/project/SparkBuild.scala +++ b/project/SparkBuild.scala @@ -176,7 +176,7 @@ object SparkBuild extends Build { retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]", transitiveClassifiers in Scope.GlobalScope := Seq("sources"), testListeners <<= target.map(t => Seq(new eu.henkelmann.sbt.JUnitXmlTestsListener(t.getAbsolutePath))), - + incOptions := incOptions.value.withNameHashing(true), // Fork new JVMs for tests and set Java options for those fork := true, javaOptions in Test += "-Dspark.home=" + sparkHome,
