Hello, The instructions for building spark against scala-2.11 indicate using -Dspark-2.11. When I look in the pom.xml I find a profile named 'spark-2.11' but nothing that would indicate I should set a property. The sbt build seems to need the -Dscala-2.11 property set. Finally build/mvn does a simple grep of scala.version (which doesn't change after running dev/ change-version-to-2.11.sh) so the build seems to be grabbing the 2.10.4 scala library.
Anyone know (from having done it and used it in production) if the build instructions for spark-1.4.1 against Scala-2.11 are correct? Thanks. -Lanny