aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic/root
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-06-11 19:53:23 -0700
committerPatrick Wendell <pwendell@gmail.com>2013-06-11 20:14:33 -0700
commitbb328c8ff8aeb74c4ecc38a30bbb85f1c550ac3d (patch)
tree95501f5a161cdc8814ff569701e25406ca543205 /ec2/deploy.generic/root
parent2124563a0006a4d7cd667787633befe80ce4b7fa (diff)
downloadspark-bb328c8ff8aeb74c4ecc38a30bbb85f1c550ac3d.tar.gz
spark-bb328c8ff8aeb74c4ecc38a30bbb85f1c550ac3d.tar.bz2
spark-bb328c8ff8aeb74c4ecc38a30bbb85f1c550ac3d.zip
Re-working spark versions to use templates
Diffstat (limited to 'ec2/deploy.generic/root')
-rw-r--r--ec2/deploy.generic/root/spark-ec2/ec2-variables.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
index 166a884c88..453712bd25 100644
--- a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
@@ -8,4 +8,6 @@ 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 SPARK_VERSION="{{spark_version}}"
+export SHARK_VERSION="{{shark_version}}"
export SWAP_MB="{{swap}}"