From 2dbb9164405d6f595905c7d4b32e20177f0f669f Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Tue, 9 Feb 2016 11:56:25 -0800 Subject: [SPARK-13189] Cleanup build references to Scala 2.10 Author: Luciano Resende Closes #11092 from lresende/SPARK-13189. --- dev/audit-release/README.md | 9 +++++---- dev/audit-release/audit_release.py | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'dev') diff --git a/dev/audit-release/README.md b/dev/audit-release/README.md index f72f8c653a..37b2a0afb7 100644 --- a/dev/audit-release/README.md +++ b/dev/audit-release/README.md @@ -1,10 +1,11 @@ -# Test Application Builds -This directory includes test applications which are built when auditing releases. You can -run them locally by setting appropriate environment variables. +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 \ +$ SCALA_VERSION=2.11.7 \ SPARK_VERSION=1.0.0-SNAPSHOT \ SPARK_RELEASE_REPOSITORY=file:///home/patrick/.ivy2/local \ sbt run diff --git a/dev/audit-release/audit_release.py b/dev/audit-release/audit_release.py index 972be30da1..4dabb51254 100755 --- a/dev/audit-release/audit_release.py +++ b/dev/audit-release/audit_release.py @@ -35,8 +35,8 @@ RELEASE_URL = "http://people.apache.org/~andrewor14/spark-1.1.1-rc1/" RELEASE_KEY = "XXXXXXXX" # Your 8-digit hex RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1033" RELEASE_VERSION = "1.1.1" -SCALA_VERSION = "2.10.5" -SCALA_BINARY_VERSION = "2.10" +SCALA_VERSION = "2.11.7" +SCALA_BINARY_VERSION = "2.11" # Do not set these LOG_FILE_NAME = "spark_audit_%s" % time.strftime("%h_%m_%Y_%I_%M_%S") -- cgit v1.2.3