Repository: spark Updated Branches: refs/heads/branch-1.3 ba3aa8fcb -> 2f52489d2
Updating versions for Spark 1.3 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2f52489d Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2f52489d Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2f52489d Branch: refs/heads/branch-1.3 Commit: 2f52489d293eb4ececcd7021ec5439a7e1f2fe02 Parents: ba3aa8f Author: Patrick Wendell <patr...@databricks.com> Authored: Tue Feb 10 21:54:55 2015 -0800 Committer: Patrick Wendell <patr...@databricks.com> Committed: Tue Feb 10 21:55:52 2015 -0800 ---------------------------------------------------------------------- core/src/main/scala/org/apache/spark/package.scala | 2 +- docs/_config.yml | 2 +- ec2/spark_ec2.py | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/2f52489d/core/src/main/scala/org/apache/spark/package.scala ---------------------------------------------------------------------- diff --git a/core/src/main/scala/org/apache/spark/package.scala b/core/src/main/scala/org/apache/spark/package.scala index b6249b4..8aa3a70 100644 --- a/core/src/main/scala/org/apache/spark/package.scala +++ b/core/src/main/scala/org/apache/spark/package.scala @@ -43,5 +43,5 @@ package org.apache package object spark { // For package docs only - val SPARK_VERSION = "1.3.0-SNAPSHOT" + val SPARK_VERSION = "1.3.0" } http://git-wip-us.apache.org/repos/asf/spark/blob/2f52489d/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index e2db274..50124c5 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -13,7 +13,7 @@ include: # These allow the documentation to be updated with newer releases # of Spark, Scala, and Mesos. -SPARK_VERSION: 1.3.0-SNAPSHOT +SPARK_VERSION: 1.3.0 SPARK_VERSION_SHORT: 1.3.0 SCALA_BINARY_VERSION: "2.10" SCALA_VERSION: "2.10.4" http://git-wip-us.apache.org/repos/asf/spark/blob/2f52489d/ec2/spark_ec2.py ---------------------------------------------------------------------- diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index ee45dd3..2ac4b3b 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -40,7 +40,7 @@ from datetime import datetime from optparse import OptionParser from sys import stderr -SPARK_EC2_VERSION = "1.2.0" +SPARK_EC2_VERSION = "1.3.0" SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__)) VALID_SPARK_VERSIONS = set([ @@ -56,6 +56,8 @@ VALID_SPARK_VERSIONS = set([ "1.1.0", "1.1.1", "1.2.0", + "1.2.1", + "1.3.0", ]) DEFAULT_SPARK_VERSION = SPARK_EC2_VERSION --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org