From 0243b081ce4348c3d2955f2c16c0d3a61620be34 Mon Sep 17 00:00:00 2001 From: Shivaram Venkataraman Date: Sun, 27 Jan 2013 00:25:29 -0800 Subject: Fix swap variable name --- ec2/deploy.generic/root/spark-ec2/ec2-variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ec2/deploy.generic/root') 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}}" -- cgit v1.2.3