From 24777362372482c5c8af12e4908b7d9681211002 Mon Sep 17 00:00:00 2001 From: Patrick Wendell Date: Fri, 7 Jun 2013 11:55:46 -0700 Subject: Adding spark shark modules --- ec2/spark_ec2.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ec2/spark_ec2.py') diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index 89bb12f157..111090dd77 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -422,10 +422,11 @@ def setup_cluster(conn, master_nodes, slave_nodes, zoo_nodes, opts, deploy_ssh_k ssh(master, opts, 'chmod 600 ~/.ssh/id_rsa') if opts.cluster_type == "mesos": - modules = ['ephemeral-hdfs', 'persistent-hdfs', 'mapreduce', 'mesos'] + modules = ['spark', 'shark', 'ephemeral-hdfs', 'persistent-hdfs', + 'mapreduce', 'mesos'] elif opts.cluster_type == "standalone": - modules = ['ephemeral-hdfs', 'persistent-hdfs', 'mapreduce', - 'spark-standalone'] + modules = ['spark', 'shark', 'ephemeral-hdfs', 'persistent-hdfs', + 'mapreduce', 'spark-standalone'] if opts.ganglia: modules.append('ganglia') -- cgit v1.2.3