Skip to content
Snippets Groups Projects
Commit 5ac4093c authored by Allan Douglas R. de Oliveira's avatar Allan Douglas R. de Oliveira Committed by Patrick Wendell
Browse files

SPARK-3259 - User data should be given to the master

Author: Allan Douglas R. de Oliveira <allan@chaordicsystems.com>

Closes #2162 from douglaz/user_data_master and squashes the following commits:

10d15f6 [Allan Douglas R. de Oliveira] Give user data also to the master
parent d8298c46
No related branches found
No related tags found
No related merge requests found
......@@ -458,7 +458,8 @@ def launch_cluster(conn, opts, cluster_name):
placement=opts.zone,
min_count=1,
max_count=1,
block_device_map=block_map)
block_device_map=block_map,
user_data=user_data_content)
master_nodes = master_res.instances
print "Launched master in %s, regid = %s" % (zone, master_res.id)
......
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