aboutsummaryrefslogtreecommitdiff
path: root/ec2/spark-ec2
diff options
context:
space:
mode:
authorOri Kremer <ori.kremer@gmail.com>2014-06-22 20:21:23 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-06-22 20:23:49 -0700
commit9fc373e3a9a8ba7bea9df0950775f48918f63a8a (patch)
tree6b6f5f41dd5b584ad60f518ead0ca1a44067cd56 /ec2/spark-ec2
parent409d24e2b2e52df8fd2c5aca69def29b9a097a79 (diff)
downloadspark-9fc373e3a9a8ba7bea9df0950775f48918f63a8a.tar.gz
spark-9fc373e3a9a8ba7bea9df0950775f48918f63a8a.tar.bz2
spark-9fc373e3a9a8ba7bea9df0950775f48918f63a8a.zip
SPARK-2241: quote command line args in ec2 script
To preserve quoted command line args (in case options have space in them). Author: Ori Kremer <ori.kremer@gmail.com> Closes #1169 from orikremer/quote_cmd_line_args and squashes the following commits: 67e2aa1 [Ori Kremer] quote command line args
Diffstat (limited to 'ec2/spark-ec2')
-rwxr-xr-xec2/spark-ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/ec2/spark-ec2 b/ec2/spark-ec2
index 454057aa0d..31f9771223 100755
--- a/ec2/spark-ec2
+++ b/ec2/spark-ec2
@@ -19,4 +19,4 @@
#
cd "`dirname $0`"
-PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" python ./spark_ec2.py $@
+PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" python ./spark_ec2.py "$@"