Skip to content

Commit

Permalink
Pointing to new EC2 repository
Browse files Browse the repository at this point in the history
  • Loading branch information
pwendell committed Aug 1, 2013
1 parent 5cc725a commit 5671558
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ec2/spark_ec2.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, opts, deploy_ssh_key):

# NOTE: We should clone the repository before running deploy_files to
# prevent ec2-variables.sh from being overwritten
# TODO: Before being merged this should be replaced with the correct repo,
# and likely a new branch (to allow backwards compatibility).
ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/pwendell/spark-ec2.git -b ec2-updates")
ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git -b v2")

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

0 comments on commit 5671558

Please sign in to comment.