Skip to content

Commit adf4f2e

Browse files
committed
Revert git repo change.
1 parent 020c542 commit adf4f2e

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
@@ -571,7 +571,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, opts, deploy_ssh_key):
571571

572572
# NOTE: We should clone the repository before running deploy_files to
573573
# prevent ec2-variables.sh from being overwritten
574-
ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/rxin/spark-ec2.git -b v3-ebs")
574+
ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v3")
575575

576576
print "Deploying files to master..."
577577
deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes, modules)

0 commit comments

Comments
 (0)