Repository: spark
Updated Branches:
  refs/heads/branch-1.0 67bffd3c7 -> dedd70903


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.kre...@gmail.com>

Closes #1169 from orikremer/quote_cmd_line_args and squashes the following 
commits:

67e2aa1 [Ori Kremer] quote command line args
(cherry picked from commit 9fc373e3a9a8ba7bea9df0950775f48918f63a8a)

Signed-off-by: Patrick Wendell <pwend...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/dedd7090
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/dedd7090
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/dedd7090

Branch: refs/heads/branch-1.0
Commit: dedd70903233df78d6b937c1b98ac5f47f7fcf23
Parents: 67bffd3
Author: Ori Kremer <ori.kre...@gmail.com>
Authored: Sun Jun 22 20:21:23 2014 -0700
Committer: Patrick Wendell <pwend...@gmail.com>
Committed: Sun Jun 22 20:24:08 2014 -0700

----------------------------------------------------------------------
 ec2/spark-ec2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/dedd7090/ec2/spark-ec2
----------------------------------------------------------------------
diff --git a/ec2/spark-ec2 b/ec2/spark-ec2
index 454057a..31f9771 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 "$@"

Reply via email to