Skip to content

Commit ef8501d

Browse files
orikremerpwendell
authored andcommitted
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 apache#1169 from orikremer/quote_cmd_line_args and squashes the following commits: 67e2aa1 [Ori Kremer] quote command line args (cherry picked from commit 9fc373e) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
1 parent 2a2eace commit ef8501d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ec2/spark-ec2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
#
2020

2121
cd "`dirname $0`"
22-
PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" python ./spark_ec2.py $@
22+
PYTHONPATH="./third_party/boto-2.4.1.zip/boto-2.4.1:$PYTHONPATH" python ./spark_ec2.py "$@"

0 commit comments

Comments
 (0)