Skip to content

Commit 5b45c9b

Browse files
committed
Merge pull request alteryx#133 from Mistobaan/link_fix
update default github (cherry picked from commit 41ead7a) Signed-off-by: Reynold Xin <rxin@apache.org>
1 parent 054d97b commit 5b45c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def parse_args():
6969
parser.add_option("-v", "--spark-version", default="0.8.0",
7070
help="Version of Spark to use: 'X.Y.Z' or a specific git hash")
7171
parser.add_option("--spark-git-repo",
72-
default="https://github.com/mesos/spark",
72+
default="https://github.com/apache/incubator-spark",
7373
help="Github repo from which to checkout supplied commit hash")
7474
parser.add_option("--hadoop-major-version", default="1",
7575
help="Major version of Hadoop (default: 1)")

0 commit comments

Comments
 (0)