We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11dd993 commit cd2c0d4Copy full SHA for cd2c0d4
ec2/spark_ec2.py
@@ -42,7 +42,7 @@
42
DEFAULT_SPARK_VERSION = "1.1.0"
43
SPARK_EC2_DIR = os.path.dirname(os.path.realpath(__file__))
44
45
-MESOS_SPARK_EC2_BRANCH = "v4"
+MESOS_SPARK_EC2_BRANCH = "branch-1.3"
46
# A URL prefix from which to fetch AMI information
47
AMI_PREFIX = "https://raw.github.com/mesos/spark-ec2/{b}/ami-list".format(b=MESOS_SPARK_EC2_BRANCH)
48
0 commit comments