Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.0.1, 3.1.0
-
None
Description
In the current doc, how to build Spark for Scala 2.13 with sbt is described like:
./build/sbt -Dscala.version=2.13.0
But build fails with this command because scala-2.13 profile is not enabled and scala-parallel-collections is absent.