liuzhaokun created SPARK-21371:
----------------------------------
Summary: dev/make-distribution.sh scripts use of $@ without ""
Key: SPARK-21371
URL: https://issues.apache.org/jira/browse/SPARK-21371
Project: Spark
Issue Type: Bug
Components: Build
Affects Versions: 2.1.1
Reporter: liuzhaokun
Priority: Trivial
dev/make-distribution.sh scripts use of $@ without " ",this will affect the
length of args.For example, if there is a space in the parameter,it will be
identified as two parameter.Mean while,other modules in spark have used $@ with
" ",it's right,I think dev/make-distribution.sh should be consistent with
others,because it's safety.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]