aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh')
-rw-r--r--ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh b/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
deleted file mode 100644
index 50ecf83404..0000000000
--- a/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/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}}"