spark-instrumented-optimizer/dev/audit-release
Josh Rosen ce5e6a2849 [SPARK-11491] Update build to use Scala 2.10.5
Spark should build against Scala 2.10.5, since that includes a fix for Scaladoc that will fix doc snapshot publishing: https://issues.scala-lang.org/browse/SI-8479

Author: Josh Rosen <joshrosen@databricks.com>

Closes #9450 from JoshRosen/upgrade-to-scala-2.10.5.
2015-11-04 16:58:38 -08:00
..
blank_maven_build SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
blank_sbt_build [Release] Bring audit scripts up-to-date 2014-11-12 16:35:39 -08:00
maven_app_core SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
sbt_app_core [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_ganglia [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_graphx [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_hive [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_kinesis [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_sql [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
sbt_app_streaming [SPARK-7977] [BUILD] Disallowing println 2015-07-10 11:34:01 +01:00
.gitignore Merge pull request #565 from pwendell/dev-scripts. Closes #565. 2014-02-08 23:13:34 -08:00
audit_release.py [SPARK-11491] Update build to use Scala 2.10.5 2015-11-04 16:58:38 -08:00
README.md [SPARK-11491] Update build to use Scala 2.10.5 2015-11-04 16:58:38 -08:00

Test Application Builds

This directory includes test applications which are built when auditing releases. You can run them locally by setting appropriate environment variables.

$ cd sbt_app_core
$ SCALA_VERSION=2.10.5 \
  SPARK_VERSION=1.0.0-SNAPSHOT \
  SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
  sbt run