Skip to content

Commit

Permalink
[EC2] Update mesos/spark-ec2 branch to branch-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Dec 25, 2014
1 parent 11dd993 commit cd2c0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
DEFAULT_SPARK_VERSION = "1.1.0"
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))

MESOS_SPARK_EC2_BRANCH = "v4"
MESOS_SPARK_EC2_BRANCH = "branch-1.3"
# A URL prefix from which to fetch AMI information
AMI_PREFIX = "https://raw.github.com/mesos/spark-ec2/{b}/ami-list".format(b=MESOS_SPARK_EC2_BRANCH)

Expand Down

0 comments on commit cd2c0d4

Please sign in to comment.