We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd681f5 commit ba8fa42Copy full SHA for ba8fa42
project/SparkBuild.scala
@@ -176,7 +176,7 @@ object SparkBuild extends Build {
176
retrievePattern := "[type]s/[artifact](-[revision])(-[classifier]).[ext]",
177
transitiveClassifiers in Scope.GlobalScope := Seq("sources"),
178
testListeners <<= target.map(t => Seq(new eu.henkelmann.sbt.JUnitXmlTestsListener(t.getAbsolutePath))),
179
-
+ incOptions := incOptions.value.withNameHashing(true),
180
// Fork new JVMs for tests and set Java options for those
181
fork := true,
182
javaOptions in Test += "-Dspark.home=" + sparkHome,
0 commit comments