tree: 055837558e827f13bacc03cbfa39e0b6e0275972 [path history] [tgz]
  1. blank_maven_build/
  2. blank_sbt_build/
  3. maven_app_core/
  4. sbt_app_core/
  5. sbt_app_ganglia/
  6. sbt_app_graphx/
  7. sbt_app_hive/
  8. sbt_app_kinesis/
  9. sbt_app_sql/
  10. sbt_app_streaming/
  11. .gitignore
  12. audit_release.py
  13. README.md
dev/audit-release/README.md

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