Skip to content
Snippets Groups Projects
Commit e7cdf7a6 authored by Shivaram Venkataraman's avatar Shivaram Venkataraman
Browse files

Print ganglia url after setup

parent 03f45a18
No related branches found
No related tags found
No related merge requests found
...@@ -415,6 +415,8 @@ def setup_standalone_cluster(master, slave_nodes, opts): ...@@ -415,6 +415,8 @@ def setup_standalone_cluster(master, slave_nodes, opts):
def setup_spark_cluster(master, opts): def setup_spark_cluster(master, opts):
ssh(master, opts, "chmod u+x spark-ec2/setup.sh") ssh(master, opts, "chmod u+x spark-ec2/setup.sh")
ssh(master, opts, "spark-ec2/setup.sh") ssh(master, opts, "spark-ec2/setup.sh")
if opts.ganglia:
print "Ganglia started at http://%s:5080/ganglia" % master
# Wait for a whole cluster (masters, slaves and ZooKeeper) to start up # Wait for a whole cluster (masters, slaves and ZooKeeper) to start up
......
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