aboutsummaryrefslogtreecommitdiff
path: root/ec2
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-07-11 14:13:10 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-07-11 14:13:10 -0700
commit311e63f2c7eb570c83184fa6698461ffd3b08971 (patch)
treed7dbd20249cfce5cd6204f4caee4b10fc9e3de5c /ec2
parent13e3dd98d86a89f9b2d2e6c9a8f03bd0b79fba70 (diff)
downloadspark-311e63f2c7eb570c83184fa6698461ffd3b08971.tar.gz
spark-311e63f2c7eb570c83184fa6698461ffd3b08971.tar.bz2
spark-311e63f2c7eb570c83184fa6698461ffd3b08971.zip
Removing mesos terminology
Diffstat (limited to 'ec2')
-rw-r--r--ec2/deploy.generic/root/spark-ec2/ec2-variables.sh13
1 files changed, 6 insertions, 7 deletions
diff --git a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
index 72bf911a3f..5ea0776d08 100644
--- a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
@@ -1,12 +1,11 @@
#!/bin/bash
-# These variables are automatically filled in by the mesos-ec2 script.
-export MESOS_MASTERS="{{master_list}}"
-export MESOS_SLAVES="{{slave_list}}"
-export MESOS_ZOO_LIST="{{zoo_list}}"
-export MESOS_HDFS_DATA_DIRS="{{hdfs_data_dirs}}"
-export MESOS_MAPRED_LOCAL_DIRS="{{mapred_local_dirs}}"
-export MESOS_SPARK_LOCAL_DIRS="{{spark_local_dirs}}"
+# These variables are automatically filled in by the spark-ec2 script.
+export MASTERS="{{master_list}}"
+export SLAVES="{{slave_list}}"
+export HDFS_DATA_DIRS="{{hdfs_data_dirs}}"
+export MAPRED_LOCAL_DIRS="{{mapred_local_dirs}}"
+export SPARK_LOCAL_DIRS="{{spark_local_dirs}}"
export MODULES="{{modules}}"
export SPARK_VERSION="{{spark_version}}"
export SHARK_VERSION="{{shark_version}}"