Skip to content

Commit

Permalink
[SPARK-12719][HOTFIX] Fix compilation against Scala 2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyu committed Mar 17, 2016
1 parent 302753b commit 298c8fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ object SparkBuild extends PomBuild {
// in the same way as Maven which handles -Dname as -Dname=true before executes build process.
// see: https://github.com/apache/maven/blob/maven-3.0.4/maven-embedder/src/main/java/org/apache/maven/cli/MavenCli.java#L1082
System.setProperty("scala-2.10", "true")
System.setProperty("scalac.patmat.analysisBudget", "512")
}
profiles
}
Expand Down

0 comments on commit 298c8fe

Please sign in to comment.