aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xec2/spark_ec2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py
index cafb7bf011..ce1072fd39 100755
--- a/ec2/spark_ec2.py
+++ b/ec2/spark_ec2.py
@@ -84,7 +84,7 @@ def parse_args():
"maximum price (in dollars)")
parser.add_option("-c", "--cluster-type", default="mesos",
help="'mesos' for a mesos cluster, 'standalone' for a standalone spark cluster (default: mesos)")
- parser.add_option("-g", "--ganglia", action="store_true", default=False,
+ parser.add_option("-g", "--ganglia", action="store_true", default=True,
help="Setup ganglia monitoring for the cluster. NOTE: The ganglia " +
"monitoring page will be publicly accessible")
parser.add_option("--mesos-scripts", action="store_true", default=False,