aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic/root
diff options
context:
space:
mode:
authorShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-27 00:25:29 -0800
committerShivaram Venkataraman <shivaram@eecs.berkeley.edu>2013-01-27 00:25:29 -0800
commit0243b081ce4348c3d2955f2c16c0d3a61620be34 (patch)
treec9e40f209e2024457240b1f248b453b318554c31 /ec2/deploy.generic/root
parentd012cfa0e8b29a1a7412bdff41eb159c4afe7d34 (diff)
downloadspark-0243b081ce4348c3d2955f2c16c0d3a61620be34.tar.gz
spark-0243b081ce4348c3d2955f2c16c0d3a61620be34.tar.bz2
spark-0243b081ce4348c3d2955f2c16c0d3a61620be34.zip
Fix swap variable name
Diffstat (limited to 'ec2/deploy.generic/root')
-rw-r--r--ec2/deploy.generic/root/spark-ec2/ec2-variables.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
index 948cb5b1ec..166a884c88 100644
--- a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
@@ -8,4 +8,4 @@ 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="{{swap}}"
+export SWAP_MB="{{swap}}"