Skip to content
Snippets Groups Projects
Commit 9ff8ad4b authored by Patrick Wendell's avatar Patrick Wendell
Browse files

REVERT ME: Linking to Patrick's ec2 repo for now

parent f708dda8
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, zoo_nodes, opts, deploy_ssh_k ...@@ -386,7 +386,7 @@ def setup_cluster(conn, master_nodes, slave_nodes, zoo_nodes, opts, deploy_ssh_k
if not opts.old_scripts: if not opts.old_scripts:
# NOTE: We should clone the repository before running deploy_files to # NOTE: We should clone the repository before running deploy_files to
# prevent ec2-variables.sh from being overwritten # prevent ec2-variables.sh from being overwritten
ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/mesos/spark-ec2.git") ssh(master, opts, "rm -rf spark-ec2 && git clone https://github.com/pwendell/spark-ec2.git -b ec2-updates")
print "Deploying files to master..." print "Deploying files to master..."
deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes, deploy_files(conn, "deploy.generic", opts, master_nodes, slave_nodes,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment