Skip to content

Commit 41ead7a

Browse files
committed
Merge pull request alteryx#133 from Mistobaan/link_fix
update default github
2 parents d407c07 + 4b5d61f commit 41ead7a

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
@@ -73,7 +73,7 @@ def parse_args():
7373
parser.add_option("-v", "--spark-version", default="0.8.0",
7474
help="Version of Spark to use: 'X.Y.Z' or a specific git hash")
7575
parser.add_option("--spark-git-repo",
76-
default="https://github.com/mesos/spark",
76+
default="https://github.com/apache/incubator-spark",
7777
help="Github repo from which to checkout supplied commit hash")
7878
parser.add_option("--hadoop-major-version", default="1",
7979
help="Major version of Hadoop (default: 1)")

0 commit comments

Comments
 (0)