spark-instrumented-optimizer/dev/audit-release
Andrew Or 723a86b04c [Release] Bring audit scripts up-to-date
This involves a few main changes:
- Log all output message to the log file. Previously the log file
  was not useful because it did not indicate progress.
- Remove hive-site.xml in sbt_hive_app to avoid interference
- Add the appropriate repositories for new dependencies
2014-11-12 16:35:39 -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-1981] Add AWS Kinesis streaming support 2014-08-02 13:35:35 -07:00
sbt_app_ganglia SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
sbt_app_graphx SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
sbt_app_hive [Release] Bring audit scripts up-to-date 2014-11-12 16:35:39 -08:00
sbt_app_kinesis [SPARK-1981] Add AWS Kinesis streaming support 2014-08-02 13:35:35 -07:00
sbt_app_sql [SPARK-2739][SQL] Rename registerAsTable to registerTempTable 2014-08-02 18:27:04 -07:00
sbt_app_streaming SPARK-1996. Remove use of special Maven repo for Akka 2014-06-21 23:29:57 -07:00
.gitignore Merge pull request #565 from pwendell/dev-scripts. Closes #565. 2014-02-08 23:13:34 -08:00
audit_release.py [Release] Bring audit scripts up-to-date 2014-11-12 16:35:39 -08:00
README.md [SPARK-1342] Scala 2.10.4 2014-04-01 18:35:50 -07: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.4 \
  SPARK_VERSION=1.0.0-SNAPSHOT \
  SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \
  sbt run