aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
blob: 166a884c889e4b154a4fe1b29c8aa61b4c382bed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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}}"
export MODULES="{{modules}}"
export SWAP_MB="{{swap}}"